]> 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:30:12 +0000 (22:30 -0400)
commit5029a11716a8408bbb86d2dd589e9d11da5104f2
tree840918757ba404e28f0aabf61966fc328c550a27
parent9d8f7bf9b5ecaccca88c165a30d61a4c806516b3
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