diff --git a/ccronexpr_test.c b/ccronexpr_test.c index 641c05d..6f3b540 100644 --- a/ccronexpr_test.c +++ b/ccronexpr_test.c @@ -259,6 +259,7 @@ void check_expr_valid_line(const char* pattern, int line) { assert(crons_equal(&parsed1, &parsed2)); assert(!err); + free(buffer); } void test_expr() {