Author: akv
Date: 2012-04-29 23:33:14 +0200 (Sun, 29 Apr 2012)
New Revision: 4215
Modified:
branches/4175-enfuse/src/rs-enfuse.c
Log:
More cleanups.
Modified: branches/4175-enfuse/src/rs-enfuse.c
===================================================================
--- branches/4175-enfuse/src/rs-enfuse.c 2012-04-29 21:28:56 UTC (rev
4214)
+++ branches/4175-enfuse/src/rs-enfuse.c 2012-04-29 21:33:14 UTC (rev
4215)
@@ -225,6 +225,7 @@
}
printf("command: %s\n", command->str);
if (system(command->str));
+ g_string_free(command, TRUE);
g_list_free(files);
}
return aligned_names;
@@ -249,6 +250,8 @@
command = g_string_append(command, out);
printf("command: %s\n", command->str);
if(system(command->str));
+ g_string_free(command, TRUE);
+ g_list_free(files);
}
}
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit