Diff between e8f0a6c31558306e8ba03bd0d4d8647c39c0e563 and dbc9ab6343347e0074fb30981f5eebbdc2e448c9
Changed Files
| File | Additions | Deletions | Status |
| src/device.c | +0 | -4 | modified |
Full Patch
diff --git a/src/device.c b/src/device.c
index 927c4dc..3466adb 100644
--- a/src/device.c
+++ b/src/device.c
@@ -83,7 +83,6 @@ struct btd_disconnect_data {
struct bonding_req {
DBusConnection *conn;
DBusMessage *msg;
- GIOChannel *io;
guint listener_id;
struct btd_device *device;
};
@@ -2221,9 +2220,6 @@ static void bonding_request_free(struct bonding_req *bonding)
if (bonding->conn)
dbus_connection_unref(bonding->conn);
- if (bonding->io)
- g_io_channel_unref(bonding->io);
-
device = bonding->device;
g_free(bonding);