2004-05-13  Sven Neumann  <sven@gimp.org>

	* libgimpthumb/gimpthumbnail.c (gimp_thumbnail_save_thumb): oops.
This commit is contained in:
Sven Neumann 2004-05-13 12:18:15 +00:00 committed by Sven Neumann
parent 68c6e93775
commit 81dcecc917
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2004-05-13 Sven Neumann <sven@gimp.org>
* libgimpthumb/gimpthumbnail.c (gimp_thumbnail_save_thumb): oops.
2004-05-13 Michael Natterer <mitch@gimp.org>
Added GimpViewable infrastructure which enables migrating from

View File

@ -964,11 +964,8 @@ gimp_thumbnail_save_thumb (GimpThumbnail *thumbnail,
(gchar **) keys, values,
error);
for (i = 0; i < G_N_ELEMENTS (values); i++)
{
if (values[i])
g_free (values[i]);
}
for (i = 0; keys[i]; i++)
g_free (values[i]);
if (success)
{