StTextureCache: Fix compilation warning

This commit is contained in:
Maxim Ermilov 2011-01-18 01:21:44 +03:00
parent cf49882e96
commit 4bc078b5fd

View File

@ -489,7 +489,7 @@ decode_image (const char *val)
{ {
if (error) if (error)
{ {
g_warning (error->message); g_warning ("%s\n", error->message);
g_error_free (error); g_error_free (error);
} }
else else