mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
posix: fix compile error in tlv implemenation
This commit is contained in:
parent
744e54704d
commit
70c9bf0392
@ -198,7 +198,7 @@ static int btstack_tlv_posix_read_db(btstack_tlv_posix_t * self){
|
||||
btstack_linked_list_add(&self->entry_list, (btstack_linked_item_t *) new_entry);
|
||||
} else {
|
||||
// fail
|
||||
free(entry);
|
||||
free(new_entry);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user