From f9b3cafb55f4cc9e7ea98bc3da98daca25598afb Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 25 Feb 2009 15:05:18 +0200 Subject: Remove unnecessary g_io_channel_set_close_on_unref call --- audio/control.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'audio') 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); -- cgit