mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 21:54:33 +08:00
android/pan: Remove unneeded NULL assignment
This commit is contained in:
parent
6397489bc4
commit
64f5cc1738
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user