summaryrefslogtreecommitdiffstats
path: root/hcid/main.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-01-24 20:56:05 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-01-24 20:56:05 +0000
commit6a57492f40729ceee156d7ff80cb2e99109e1082 (patch)
tree5821e68d3001d845f981ef87075c73dfafb20ce8 /hcid/main.c
parent0e1bf963709b5fa4a953a7e97d9c343a2b617cd0 (diff)
Remove incorrect g_io_channel_unref call
Diffstat (limited to 'hcid/main.c')
-rw-r--r--hcid/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hcid/main.c b/hcid/main.c
index 2d19c373..a790b3da 100644
--- a/hcid/main.c
+++ b/hcid/main.c
@@ -811,8 +811,6 @@ int main(int argc, char *argv[])
g_main_loop_unref(event_loop);
- g_io_channel_unref(ctl_io);
-
info("Exit");
stop_logging();