plugged a tiny memleak.

2006-12-12  Sven Neumann  <sven@gimp.org>

	* app/actions/edit-actions.c (edit_actions_update): plugged a tiny
	memleak.
This commit is contained in:
Sven Neumann 2006-12-12 13:58:43 +00:00 committed by Sven Neumann
parent 229480b135
commit 04ef165e77
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-12-12 Sven Neumann <sven@gimp.org>
* app/actions/edit-actions.c (edit_actions_update): plugged a tiny
memleak.
2006-12-12 Sven Neumann <sven@gimp.org>
* app/widgets/gimpdockbook.c (gimp_dockbook_get_tab_widget): check

View File

@ -307,6 +307,7 @@ edit_actions_update (GimpActionGroup *group,
g_free (undo_name);
g_free (redo_name);
g_free (fade_name);
SET_SENSITIVE ("edit-cut", drawable);
SET_SENSITIVE ("edit-copy", drawable);