mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-15 03:40:42 +00:00
group better
This commit is contained in:
parent
5d27b96dbd
commit
7382b6a1c5
@ -193,9 +193,9 @@ static int h4_close(){
|
|||||||
|
|
||||||
// close device
|
// close device
|
||||||
close(hci_transport_h4->ds->fd);
|
close(hci_transport_h4->ds->fd);
|
||||||
free(hci_transport_h4->ds);
|
|
||||||
|
|
||||||
// free struct
|
// free struct
|
||||||
|
free(hci_transport_h4->ds);
|
||||||
hci_transport_h4->ds = NULL;
|
hci_transport_h4->ds = NULL;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user