]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[Core] Add new switch_channel_get_variable_strdup() and switch_channel_get_variable_b...
authorAndrey Volk <andywolk@gmail.com>
Tue, 27 Jun 2023 23:51:24 +0000 (02:51 +0300)
committerAndrey Volk <andywolk@gmail.com>
Fri, 28 Jul 2023 19:29:22 +0000 (22:29 +0300)
commit6b67970bbb3f1159dd7c1bf067f301bd63c457a9
tree6435226fa47beef148e2dd0ab92dd6e840cc99a1
parentd91947f587e8d0dd8245857d81f0ffb7935d3af6
[Core] Add new switch_channel_get_variable_strdup() and switch_channel_get_variable_buf() APIs that avoid allocating channel variables in a session's memory pool.
src/include/switch_channel.h
src/switch_channel.c
tests/unit/switch_core.c