Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
exander77 committed Nov 11, 2024
1 parent 6d7dac1 commit 4273bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ccronexpr_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 4273bd2

Please sign in to comment.