From 1b6460201732b21249be1c4fef9722809661a842 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Tue, 15 Jan 2008 15:23:57 -0500 Subject: fix possible crash if pending_return is NULL (FDO Bug #12673) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-01-15 John (J5) Palmieri * patch by Kimmo Hämäläinen * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix possible crash if pending_return is NULL (FDO Bug #12673) --- dbus/dbus-connection.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'dbus') diff --git a/dbus/dbus-connection.c b/dbus/dbus-connection.c index 0de5f228..54f0a920 100644 --- a/dbus/dbus-connection.c +++ b/dbus/dbus-connection.c @@ -3140,8 +3140,6 @@ dbus_connection_send_with_reply (DBusConnection *connection, { CONNECTION_UNLOCK (connection); - *pending_return = NULL; - return TRUE; } -- cgit