Skip to content
Snippets Groups Projects
Commit 3293692d authored by Lubos SLovak's avatar Lubos SLovak
Browse files

Fixed crash on double free when exiting.

The key of hash table item was deallocated twice - once as the key
  and once in the zone node (the value). Fixed by adding parameters
  to ck_destroy_table() and ck_remove_item() which tells if the
  key and value should be deallocated (in case of value a pointer
  to destructor is passed).

Changes to other files to acommodate this change.
parent 79bb51ad
No related branches found
No related tags found
No related merge requests found
Loading
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