]> git.ipfire.org Git - thirdparty/asterisk.git/commit
test_abstract_jb.c: Fix put and put_out_of_order memory leaks.
authorSean Bright <sean.bright@gmail.com>
Wed, 8 Sep 2021 19:29:56 +0000 (15:29 -0400)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 10 Sep 2021 19:26:21 +0000 (14:26 -0500)
commit4aac9ffcd4993617071bb505729fceebb7f010b2
treef9469e7b2117cdc8075c171f872c400f197badc6
parentb8e2b2ed5e2c1ac4b183b8b533aed151d4a83fff
test_abstract_jb.c: Fix put and put_out_of_order memory leaks.

We can't rely on RAII_VAR(...) to properly clean up data that is
allocated within a loop.

ASTERISK-27176 #close

Change-Id: Ib575616101230c4f603519114ec62ebf3936882c
tests/test_abstract_jb.c