diff options
Diffstat (limited to 'json-glib/json-gobject.c')
-rw-r--r-- | json-glib/json-gobject.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/json-glib/json-gobject.c b/json-glib/json-gobject.c index fdb17e4..28d3dce 100644 --- a/json-glib/json-gobject.c +++ b/json-glib/json-gobject.c @@ -618,6 +618,8 @@ json_construct_gobject (GType gtype, g_list_free (members); + json_node_free (root); + g_object_thaw_notify (retval); g_type_class_unref (klass); |