]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[Core, mod_hash] Add two APIs switch_core_hash_insert_alloc_destructor and switch_cor...
authorAndrey Volk <andywolk@gmail.com>
Tue, 26 Jan 2021 23:53:16 +0000 (02:53 +0300)
committerAndrey Volk <andywolk@gmail.com>
Tue, 19 Oct 2021 17:26:50 +0000 (20:26 +0300)
commit1b048a8a9743bbce961d1dfb4e10a82250c2a876
treea3a89dcbbbf14b53982767dcb3018822f0ca779b
parentf92368d2f2fc23ccaacf07cfdd5283a37a6fc793
[Core, mod_hash] Add two APIs switch_core_hash_insert_alloc_destructor and switch_core_hash_insert_dup_destructor. Code cleanup in mod_hash. Add unit-tests.
src/include/switch_core.h
src/mod/applications/mod_hash/mod_hash.c
src/switch_core_hash.c
tests/unit/switch_core.c