]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
manually free the pair list, as done in the other test functions.
authorAlan T. DeKok <aland@freeradius.org>
Tue, 5 Apr 2022 22:22:27 +0000 (18:22 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 7 Apr 2022 15:23:35 +0000 (11:23 -0400)
commit09433ca9bdc42a85fc78008534c76942d5d34ddb
treeee5aa46d3b491cb059ef6ed10d7ab3c49282c952
parent0e3fa10bac3a538fc262dc299610442213976657
manually free the pair list, as done in the other test functions.

otherwise with the new tlist code, the pairs are freed via
the talloc_free_children() callback, and the PAIR_VERIFY() check
fails, because the pair is still in a list.
src/bin/unit_test_attribute.c