From 97904d11f681dd22f5cef575f87a33ce12b32a36 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 23 Mar 2009 10:57:46 +0200 Subject: Remove incorrect g_io_channel_unref call --- audio/control.c | 1 - 1 file changed, 1 deletion(-) diff --git a/audio/control.c b/audio/control.c index 58b4dc01..76c7d40c 100644 --- a/audio/control.c +++ b/audio/control.c @@ -619,7 +619,6 @@ static void avctp_connect_cb(GIOChannel *chan, GError *err, gpointer data) debug("avctp_connect_cb: session removed while connecting"); if (!err) g_io_channel_shutdown(chan, TRUE, NULL); - g_io_channel_unref(chan); return; } -- cgit