changeset 703:dbc71c000376

Plug a minor memory leak in tests.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 26 Apr 2020 23:30:17 +0300
parents 5653e386730b
children b6b8e7249666
files tests.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests.c	Tue Mar 10 23:37:22 2020 +0200
+++ b/tests.c	Sun Apr 26 23:30:17 2020 +0300
@@ -561,6 +561,7 @@
     th_io_close(fh);
     th_llist_free_func_node(v_str_list, test_config_free);
     v_str_list = NULL;
+    th_cfg_free(cfg);
 }