SF.net SVN: geany-plugins:[1905] trunk/geany-plugins/geanygdb/src/ gdb-ui-main.c

dmaphy at users.sourceforge.net dmaphy at xxxxx
Sun Feb 6 16:41:59 UTC 2011


Revision: 1905
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1905&view=rev
Author:   dmaphy
Date:     2011-02-06 16:41:59 +0000 (Sun, 06 Feb 2011)

Log Message:
-----------
fix memleak

Modified Paths:
--------------
    trunk/geany-plugins/geanygdb/src/gdb-ui-main.c

Modified: trunk/geany-plugins/geanygdb/src/gdb-ui-main.c
===================================================================
--- trunk/geany-plugins/geanygdb/src/gdb-ui-main.c	2011-02-06 16:40:43 UTC (rev 1904)
+++ trunk/geany-plugins/geanygdb/src/gdb-ui-main.c	2011-02-06 16:41:59 UTC (rev 1905)
@@ -591,6 +591,7 @@
 								base_path = g_path_get_dirname(fn);
 								gdbio_send_cmd("-environment-cd %s\n", base_path);
 								g_free(base_path);
+								g_free(ldd);
 							}
 							else
 							{


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list