# HG changeset patch # User Matti Hamalainen # Date 1587933017 -10800 # Node ID dbc71c0003765ae6eb9bd8cc25c5052e7b320678 # Parent 5653e386730b80450d88d11d265f33de81f20039 Plug a minor memory leak in tests. diff -r 5653e386730b -r dbc71c000376 tests.c --- 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); }