forked from AuroraMiddleware/gtk
widget: Fix a small memory leak
This commit is contained in:
parent
b398af914f
commit
7db2abf918
@ -9819,6 +9819,7 @@ layout_property_info_free (gpointer data)
|
||||
g_free (pinfo->name);
|
||||
g_free (pinfo->context);
|
||||
g_string_free (pinfo->value, TRUE);
|
||||
g_free (pinfo);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user