mirror of https://github.com/GNOME/gimp.git
oops.
2004-05-13 Sven Neumann <sven@gimp.org> * libgimpthumb/gimpthumbnail.c (gimp_thumbnail_save_thumb): oops.
This commit is contained in:
parent
68c6e93775
commit
81dcecc917
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue