mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 12:13:18 +00:00
tests: free the test suite name
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
This commit is contained in:
parent
2fe3692c23
commit
7c1c15a7fb
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user