Thread (2 messages) flat view 2 messages, 2 authors, 2011-10-17
STALE5441d

[PATCH] Fix input pending connect handling

From: <hidden>
Date: 2011-10-17 12:07:37
Subsystem: the rest · Maintainer: Linus Torvalds

From: Chan-yeol Park <redacted>

iconn->pending_connect needs to be freed after sending the error reply
---
 input/device.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/input/device.c b/input/device.c
index 9ff7f20..16eb155 100644
--- a/input/device.c
+++ b/input/device.c
@@ -825,6 +825,9 @@ failed:
 	reply = btd_error_failed(iconn->pending_connect, err_msg);
 	g_dbus_send_message(idev->conn, reply);
 
+	dbus_message_unref(iconn->pending_connect);
+	iconn->pending_connect = NULL;
+
 	/* So we guarantee the interrupt channel is closed before the
 	 * control channel (if we only do unref GLib will close it only
 	 * after returning control to the mainloop */
-- 
1.7.4.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help