Diff between 6397489bc4eebc6f8088ab860a8317a27c65fd24 and 64f5cc173871be1cc9e18b74d6af220ac9a7752e
Changed Files
| File | Additions | Deletions | Status |
| android/pan.c | +0 | -1 | modified |
Full Patch
diff --git a/android/pan.c b/android/pan.c
index fe6ee26..87fa4e8 100644
--- a/android/pan.c
+++ b/android/pan.c
@@ -81,7 +81,6 @@ static void pan_device_free(struct pan_device *dev)
devices = g_slist_remove(devices, dev);
g_free(dev);
- dev = NULL;
}
static void bt_pan_notify_conn_state(struct pan_device *dev, uint8_t state)