Revision: 1467
http://geeqie.svn.sourceforge.net/geeqie/?rev=1467&view=rev
Author: zas_
Date: 2009-03-02 21:05:57 +0000 (Mon, 02 Mar 2009)
Log Message:
-----------
Fix memleak in previous patch.
Modified Paths:
--------------
trunk/src/ui_tabcomp.c
Modified: trunk/src/ui_tabcomp.c
===================================================================
--- trunk/src/ui_tabcomp.c 2009-03-02 21:04:38 UTC (rev 1466)
+++ trunk/src/ui_tabcomp.c 2009-03-02 21:05:57 UTC (rev 1467)
@@ -130,6 +130,7 @@
{
gchar *dname = g_strconcat(name,
G_DIR_SEPARATOR_S, NULL);
list = g_list_prepend(list,
path_to_utf8(dname));
+ g_free(dname);
}
else
{
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn