diff options
| author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-01-23 19:01:57 +0000 | 
|---|---|---|
| committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-01-23 19:01:57 +0000 | 
| commit | 7fee6d805cbba759954746306fd2993efc6136c1 (patch) | |
| tree | 7b124a684a9ef95acc21df7ea92b769beb3655fb | |
| parent | 6ff980e40b0cdd9a26b9e44bed8c75d2055a65d9 (diff) | |
Fixed wrong pending connection unref
| -rw-r--r-- | input/input-service.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| 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: | 
