From a72b876cf8f7c01ab2d3808a168ef16620498298 Mon Sep 17 00:00:00 2001 From: David Timber Date: Sun, 25 Jul 2021 18:40:16 +1000 Subject: Impl htbt M2M binary update and bug fixes ... * Change signature of tmpfile() cb * Add PRNE_DATA_KEY_VER_MAT * Add prne_try_alloc_iobuf() * Fix htbt: don't run cncp when both resolv and cnc_txtrec are not passed * Impl upbin cb on proone-bne * Fix proone-htbtclient: content of status frame was discarded * htbt is now responsible for setting FD_CLOEXEC on temp files * Changes in mttools for valgrind run * Add proone-test_iobuf * Fix event leak in resolv * src/test-resolv.sh: run proone-resolv on valgrind * Add prne_cmp_uuid_asc() and prne_cmp_uuid_desc() for version matrix * --- src/proone-resolv.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/proone-resolv.c') diff --git a/src/proone-resolv.c b/src/proone-resolv.c index 94759b8..738827d 100644 --- a/src/proone-resolv.c +++ b/src/proone-resolv.c @@ -375,6 +375,8 @@ int main (void) { } prne_free_llist(&prm_list); + pth_kill(); + if (exec_result.proc) { if (exec_result.parse_err || exec_result.query_err) { return 3; -- cgit