group better

This commit is contained in:
matthias.ringwald 2011-01-09 22:20:21 +00:00
parent 5d27b96dbd
commit 7382b6a1c5

View File

@ -193,9 +193,9 @@ static int h4_close(){
// close device
close(hci_transport_h4->ds->fd);
free(hci_transport_h4->ds);
// free struct
free(hci_transport_h4->ds);
hci_transport_h4->ds = NULL;
return 0;
}