Diff between 829f5dc298e424a8502354383bec067bef3672fb and 6ae5bc784631751651b1f0e12c9098916f6515f9
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/bluetooth.c | +1 | -0 | modified |
Full Patch
diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c
index 6f6ace9..017ff60 100644
--- a/obexd/plugins/bluetooth.c
+++ b/obexd/plugins/bluetooth.c
@@ -152,6 +152,7 @@ static DBusMessage *profile_new_connection(DBusConnection *conn,
DBG("device %s", device);
connect_event(io, NULL, data);
+ g_io_channel_unref(io);
return g_dbus_create_reply(msg, DBUS_TYPE_INVALID);
}