Plug a mem leak
authorChristian Persch <chpe@gnome.org>
Tue, 8 Jun 2010 11:35:22 +0000 (13:35 +0200)
committerChristian Persch <chpe@gnome.org>
Tue, 8 Jun 2010 15:41:46 +0000 (17:41 +0200)
Bug #620954.

gio/gdbusapplication.c

index 436762a..5b6088d 100644 (file)
@@ -74,7 +74,7 @@ application_dbus_method_call (GDBusConnection       *connection,
       guint32 timestamp;
       GApplicationAction *action;
 
-      g_variant_get (parameters, "(su)", &action_name, &timestamp);
+      g_variant_get (parameters, "(&su)", &action_name, &timestamp);
 
       action = g_hash_table_lookup (app->priv->actions, action_name);