]> git.meshlink.io Git - meshlink/commit
Clean up resources in the test cases.
authorGuus Sliepen <guus@meshlink.io>
Fri, 4 Oct 2019 19:10:10 +0000 (21:10 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 4 Oct 2019 19:10:10 +0000 (21:10 +0200)
commit9e8e77dba3462c4a7f7e758ade4d16bc669fc4a7
treec9bcbef4194e62a6ee9ee9f9ae9e1a2a80d1af1e
parent771c923ba3d6e2122d822cd1ebd38373020dc422
Clean up resources in the test cases.

Not doing so prevents tools such as AddressSanitizer and Valgrind from
declaring the tests free of memory leaks.
test/channels-cornercases.c
test/channels-udp.c
test/invite-join.c
test/trio.c
test/trio2.c
test/utils.c