Skip to content
Snippets Groups Projects
Commit 2dfb6a88 authored by Sergei Rashitov's avatar Sergei Rashitov
Browse files

[*] Fix double free error

parent 7408872c
No related branches found
No related tags found
1 merge request!71Bugs 3903
......@@ -94,7 +94,6 @@ void dap_chain_deinit(void)
pthread_rwlock_wrlock(&s_chain_items_rwlock);
HASH_ITER(hh, s_chain_items, l_item, l_tmp) {
dap_chain_delete(s_chain_items->chain);
DAP_DELETE(l_item);
}
pthread_rwlock_unlock(&s_chain_items_rwlock);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment