From 31d9afa3810216c4f668218039fc2328f93c47ec Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 8 Jan 2006 21:09:24 +0000 Subject: [PATCH] Don't need to unref here, it's done below git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1293 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- src/nm-dbus-nmi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nm-dbus-nmi.c b/src/nm-dbus-nmi.c index 3375eaedb2..f3893a7520 100644 --- a/src/nm-dbus-nmi.c +++ b/src/nm-dbus-nmi.c @@ -82,7 +82,6 @@ static void nm_dbus_get_user_key_for_network_cb (DBusPendingCall *pcall, NMActRe nm_warning ("nm_dbus_get_user_key_for_network_cb(): dbus returned an error.\n (%s) %s\n", err.name, err.message); dbus_error_free (&err); - dbus_message_unref (reply); /* FIXME: since we're not marking the device as invalid, its a fair bet * that NM will just try to reactivate the device again, and may fail