summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gidl.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/dbus-gidl.c')
-rw-r--r--glib/dbus-gidl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/dbus-gidl.c b/glib/dbus-gidl.c
index e04b9f46..619e25fd 100644
--- a/glib/dbus-gidl.c
+++ b/glib/dbus-gidl.c
@@ -662,8 +662,8 @@ property_info_unref (PropertyInfo *info)
info->base.refcount -= 1;
if (info->base.refcount == 0)
{
- base_info_free (info);
g_free (info->type);
+ base_info_free (info);
}
}
@@ -722,8 +722,8 @@ arg_info_unref (ArgInfo *info)
if (info->base.refcount == 0)
{
g_hash_table_destroy (info->annotations);
- base_info_free (info);
g_free (info->type);
+ base_info_free (info);
}
}