[Rawstudio-commit] r930 - trunk/src
Anders Brander
anders at brander.dk
Fri Nov 3 11:51:39 CET 2006
Author: abrander
Date: 2006-11-03 11:51:39 +0100 (Fri, 03 Nov 2006)
New Revision: 930
Modified:
trunk/src/gtk-interface.c
Log:
Removed memory-leak in gui_icon_count_priorities_callback().
Modified: trunk/src/gtk-interface.c
===================================================================
--- trunk/src/gtk-interface.c 2006-11-03 10:43:38 UTC (rev 929)
+++ trunk/src/gtk-interface.c 2006-11-03 10:51:39 UTC (rev 930)
@@ -594,6 +594,7 @@
path = gtk_tree_path_new_first();
gtk_tree_model_get_iter(treemodel, &iter, path);
+ gtk_tree_path_free(path);
do {
gtk_tree_model_get(treemodel, &iter, PRIORITY_COLUMN, &priority, -1);
More information about the Rawstudio-commit
mailing list