mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
test-runner: Properly clean up allocated test suites
This commit is contained in:
parent
432a846e66
commit
b18fbde41e
@ -50,6 +50,7 @@ static void destroy_case(test_case_t *tcase)
|
||||
{
|
||||
array_destroy(tcase->functions);
|
||||
array_destroy(tcase->fixtures);
|
||||
free(tcase);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user