[Issue #45] Fixed memory leak on global pipe
This commit is contained in:
parent
864b600038
commit
98366789f6
1 changed files with 1 additions and 0 deletions
|
@ -425,6 +425,7 @@ static int criterion_run_all_tests_impl(struct criterion_test_set *set) {
|
|||
log(post_all, stats);
|
||||
|
||||
cleanup:
|
||||
sfree(g_worker_pipe);
|
||||
sfree(stats);
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue