]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Correct some leaks in unit tests.
authorCorey Farrell <git@cfware.com>
Fri, 4 Aug 2017 02:30:12 +0000 (22:30 -0400)
committerCorey Farrell <git@cfware.com>
Fri, 4 Aug 2017 02:31:38 +0000 (21:31 -0500)
commit84b6a5efd7503817912958f3203bca15b37d3398
treefeca22b6e368a363bb99783a429105ce386c7315
parented1bce956e30d9f8ec8defcbae33ea3217dd8fb6
Correct some leaks in unit tests.

* chan_sip: channel in test_sip_rtpqos_1.
* test_config: config hook, config info and global config holder.
* test_core_format: format in format_attribute_set_without_interface.
* test_stream: unneeded frame duplication.
* test_taskprocessor: task_data.

Change-Id: I94d364d195cf3b3b5de2bf3ad565343275c7ad31
channels/sip/dialplan_functions.c
tests/test_config.c
tests/test_core_format.c
tests/test_taskprocessor.c