gapplication: plug a memory leak
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 14 Dec 2010 16:16:31 +0000 (17:16 +0100)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 15 Dec 2010 10:43:14 +0000 (11:43 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=637237

gio/gapplicationimpl-dbus.c

index c9f4306..ca072ac 100644 (file)
@@ -328,6 +328,8 @@ g_application_impl_actions_method_call (GDBusConnection       *connection,
 
       g_dbus_method_invocation_return_value (invocation,
                                              g_variant_builder_end (&builder));
+
+      g_strfreev (actions);
     }
 
   else if (strcmp (method_name, "SetState") == 0)