Commit 7c1c15a7 by Carlos Martín Nieto

tests: free the test suite name

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
parent 2fe3692c
......@@ -130,6 +130,7 @@ static void free_suite(git_testsuite *ts)
if (ts->list[n])
test_free(ts->list[n]);
free(ts->name);
free(ts);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment