From 7fee6d805cbba759954746306fd2993efc6136c1 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 23 Jan 2007 19:01:57 +0000 Subject: Fixed wrong pending connection unref --- input/input-service.c | 1 - 1 file changed, 1 deletion(-) diff --git a/input/input-service.c b/input/input-service.c index fb506fc9..a90c6032 100644 --- a/input/input-service.c +++ b/input/input-service.c @@ -619,7 +619,6 @@ static gboolean control_connect_cb(GIOChannel *chan, GIOCondition cond, goto failed; } - pending_connect_free(pc); return FALSE; failed: -- cgit