Unreference the IO channel from the main() function

This commit is contained in:
Marcel Holtmann 2007-01-21 20:38:34 +00:00
parent 17518a93c3
commit 551b36630b

View File

@ -120,8 +120,6 @@ static GIOChannel *setup_rfcomm(uint8_t channel)
g_io_add_watch(io, G_IO_IN, connect_event, NULL);
g_io_channel_unref(io);
return io;
}