summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/dbus-gobject.c')
-rw-r--r--glib/dbus-gobject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/dbus-gobject.c b/glib/dbus-gobject.c
index 80766ad0..87926a05 100644
--- a/glib/dbus-gobject.c
+++ b/glib/dbus-gobject.c
@@ -1593,6 +1593,7 @@ dbus_g_method_return (DBusGMethodInvocation *context, ...)
dbus_g_connection_unref (context->connection);
dbus_g_message_unref (context->message);
g_free (context);
+ g_free (out_sig);
}
/**