t-runner: Fix mem leak caused by unclosed dir

This commit is contained in:
Tim Kourt 2019-10-22 16:13:12 -07:00 committed by Denis Kenzior
parent 7dd32ac093
commit 269bf497c7
1 changed files with 2 additions and 0 deletions

View File

@ -2413,6 +2413,8 @@ next:
l_free(unit_test_abs_path);
}
closedir(d);
exit:
l_strfreev(unit_tests);
}