widget: Fix a small memory leak

This commit is contained in:
Matthias Clasen 2019-12-24 19:39:37 -05:00
parent b398af914f
commit 7db2abf918

View File

@ -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