summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/control.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/control.c b/audio/control.c
index c11151e2..40578373 100644
--- a/audio/control.c
+++ b/audio/control.c
@@ -643,8 +643,6 @@ static void avctp_connect_cb(GIOChannel *chan, GError *err, gpointer data)
debug("AVCTP: connected to %s", address);
- g_io_channel_set_close_on_unref(chan, FALSE);
-
if (!session->io)
session->io = g_io_channel_ref(chan);