don't leak the GtkTreePath.
2007-07-31 Sven Neumann <sven@gimp.org> * app/widgets/gimptoolview.c (gimp_tool_view_eye_clicked): don't leak the GtkTreePath. svn path=/trunk/; revision=23082
This commit is contained in:

committed by
Sven Neumann

parent
6bfd27d715
commit
faed28c054
@ -1,3 +1,8 @@
|
|||||||
|
2007-07-31 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* app/widgets/gimptoolview.c (gimp_tool_view_eye_clicked): don't
|
||||||
|
leak the GtkTreePath.
|
||||||
|
|
||||||
2007-07-31 Sven Neumann <sven@gimp.org>
|
2007-07-31 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* plug-ins/common/tile.c: this plug-in doesn't need a tile cache.
|
* plug-ins/common/tile.c: this plug-in doesn't need a tile cache.
|
||||||
|
@ -287,4 +287,6 @@ gimp_tool_view_eye_clicked (GtkCellRendererToggle *toggle,
|
|||||||
|
|
||||||
g_object_unref (renderer);
|
g_object_unref (renderer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gtk_tree_path_free (path);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user