summaryrefslogtreecommitdiffstats
path: root/common/dbus-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/dbus-helper.c')
-rw-r--r--common/dbus-helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/dbus-helper.c b/common/dbus-helper.c
index 881dd2b5..0bd1eb06 100644
--- a/common/dbus-helper.c
+++ b/common/dbus-helper.c
@@ -326,6 +326,7 @@ dbus_bool_t dbus_connection_create_object_path(DBusConnection *connection,
if (!dbus_connection_register_object_path(connection, path,
&generic_table, data)) {
+ g_free(data->introspect);
g_free(data);
return FALSE;
}