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:
Sven Neumann 2007-07-31 12:49:36 +00:00 committed by Sven Neumann
parent 6bfd27d715
commit faed28c054
2 changed files with 7 additions and 0 deletions

View File

@ -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>
* plug-ins/common/tile.c: this plug-in doesn't need a tile cache.

View File

@ -287,4 +287,6 @@ gimp_tool_view_eye_clicked (GtkCellRendererToggle *toggle,
g_object_unref (renderer);
}
gtk_tree_path_free (path);
}