plugged a small memleak.

2005-04-27  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/pdb/image.pdb: plugged a small memleak.

	* app/pdb/image_cmds.c: regenerated.
This commit is contained in:
Sven Neumann 2005-04-27 14:52:52 +00:00 committed by Sven Neumann
parent f08c5b268a
commit cc3c29be96
2 changed files with 4 additions and 0 deletions

View File

@ -3768,6 +3768,8 @@ image_set_filename_invoker (Gimp *gimp,
g_free (tmp);
else
success = FALSE;
g_free (utf8);
}
else
success = FALSE;

View File

@ -1277,6 +1277,8 @@ CODE1
g_free (tmp);
else
success = FALSE;
g_free (utf8);
}
else
success = FALSE;