[Xfce4-commits] <xfconf:master> Plug a memory leak.

Nick Schermer noreply at xfce.org
Mon Feb 8 19:56:05 CET 2010


Updating branch refs/heads/master
         to 9cc2c20ef01132123f3e321234f233d18359bbf8 (commit)
       from f75d7046b5e3af8ea7aa6b7ab4b38f3857b8f026 (commit)

commit 9cc2c20ef01132123f3e321234f233d18359bbf8
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Feb 8 18:44:58 2010 +0100

    Plug a memory leak.

 xfconfd/xfconf-backend-perchannel-xml.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/xfconfd/xfconf-backend-perchannel-xml.c b/xfconfd/xfconf-backend-perchannel-xml.c
index 324938f..5531878 100644
--- a/xfconfd/xfconf-backend-perchannel-xml.c
+++ b/xfconfd/xfconf-backend-perchannel-xml.c
@@ -723,6 +723,7 @@ xfconf_backend_perchannel_xml_list_channels(XfconfBackend *backend,
 
         g_dir_close(dir);
     }
+    g_strfreev(dirs);
 
     return TRUE;
 }



More information about the Xfce4-commits mailing list