mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-05 21:59:45 +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);
|
btstack_linked_list_add(&self->entry_list, (btstack_linked_item_t *) new_entry);
|
||||||
} else {
|
} else {
|
||||||
// fail
|
// fail
|
||||||
free(entry);
|
free(new_entry);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user