[Xfce4-commits] <tumbler:master> Fix wrong free spotted by Philip.

Jannis Pohlmann noreply at xfce.org
Mon Nov 16 14:54:02 CET 2009


Updating branch refs/heads/master
         to 6e38ae21707602947f1ca9dae0315b89ff2ea845 (commit)
       from 47b8b19d478b6f0846454aeecb25fc67c7113a20 (commit)

commit 6e38ae21707602947f1ca9dae0315b89ff2ea845
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Tue Oct 27 18:46:00 2009 +0100

    Fix wrong free spotted by Philip.

 tumblerd/tumbler-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tumblerd/tumbler-manager.c b/tumblerd/tumbler-manager.c
index ad614a3..d8345c7 100644
--- a/tumblerd/tumbler-manager.c
+++ b/tumblerd/tumbler-manager.c
@@ -544,7 +544,7 @@ tumbler_manager_parse_overrides (TumblerManager *manager,
       g_free (sections[n]);
     }
 
-  g_free (sections[n]);
+  g_free (sections);
   g_key_file_free (key_file);
   g_free (filename);
 



More information about the Xfce4-commits mailing list