I found a problem/leak. I was using variable while debugging and forgot
to remove it, it's not freed as well (see patch). :(
Best regards.
Index: src/build.c
===================================================================
--- src/build.c (Revision 3972)
+++ src/build.c (Arbeitskopie)
@@ -629,7 +629,6 @@
gboolean result = FALSE;
gchar *tmp;
gchar *cmd_string;
- gchar *file;
if (vte_cmd_nonscript != NULL)
*vte_cmd_nonscript = NULL;
@@ -641,7 +640,6 @@
cmd_string = build_replace_placeholder(doc, buildcmd_cmd(cmd));
- file = g_path_get_basename(cmd_string);
working_dir = build_replace_placeholder(doc, buildcmd_working_dir(cmd)); /* in utf-8 */
/* only test whether working dir exists, don't change it or else Windows support will break
_______________________________________________
Geany-devel mailing list
Geany-devel@uvena.de
http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel