[Issue #45] Fixed memory leak on global pipe

This commit is contained in:
Snaipe 2015-09-18 00:46:18 +02:00
parent 864b600038
commit 98366789f6

View file

@ -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;
}