[glib] Plug a mem leak
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Plug a mem leak
- Date: Tue, 8 Jun 2010 15:50:50 +0000 (UTC)
commit b75e7eb95d4782160a88ea7c4dc714368807408c
Author: Christian Persch <chpe gnome org>
Date: Tue Jun 8 13:35:22 2010 +0200
Plug a mem leak
Bug #620954.
gio/gdbusapplication.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gdbusapplication.c b/gio/gdbusapplication.c
index 436762a..5b6088d 100644
--- a/gio/gdbusapplication.c
+++ b/gio/gdbusapplication.c
@@ -74,7 +74,7 @@ application_dbus_method_call (GDBusConnection *connection,
guint32 timestamp;
GApplicationAction *action;
- g_variant_get (parameters, "(su)", &action_name, ×tamp);
+ g_variant_get (parameters, "(&su)", &action_name, ×tamp);
action = g_hash_table_lookup (app->priv->actions, action_name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]