test-runner: Properly clean up allocated test suites
This commit is contained in:
committed by
Tobias Brunner
parent
432a846e66
commit
b18fbde41e
@@ -50,6 +50,7 @@ static void destroy_case(test_case_t *tcase)
|
|||||||
{
|
{
|
||||||
array_destroy(tcase->functions);
|
array_destroy(tcase->functions);
|
||||||
array_destroy(tcase->fixtures);
|
array_destroy(tcase->fixtures);
|
||||||
|
free(tcase);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user