GDBus: plug some memory leaks
[platform/upstream/glib.git] / gio / gdbusprivate.c
index 5208ad9..30705bf 100644 (file)
@@ -119,6 +119,7 @@ read_with_control_data_free (ReadWithControlData *data)
   g_object_unref (data->socket);
   if (data->cancellable != NULL)
     g_object_unref (data->cancellable);
+  g_object_unref (data->simple);
   g_free (data);
 }