gdk: Don't leak GValue when xsetting is unknown

https://bugzilla.gnome.org/show_bug.cgi?id=722070
This commit is contained in:
Tim Lunn 2014-01-13 12:12:39 +11:00 committed by Matthias Clasen
parent 60968a1fec
commit 17b6819991

View File

@ -360,6 +360,7 @@ parse_settings (unsigned char *data,
if (gdk_name == NULL)
{
GDK_NOTE(SETTINGS, g_print(" ==> unknown to GTK\n"));
free_value (value);
}
else
{