Skip to content

Commit

Permalink
Update unittest.c
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-coding authored Jun 12, 2024
1 parent 4af8569 commit ab7d674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/source/unittest/unittest.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ fossil_test_t* get_lowest_priority_test(fossil_test_queue_t *queue) {
void fossil_test_environment_erase(void) {
if (_TEST_ENV.queue != xnullptr) {
fossil_test_queue_erase(_TEST_ENV.queue);
free(_TEST_ENV.queue);
// free(_TEST_ENV.queue);
}
}

Expand Down

0 comments on commit ab7d674

Please sign in to comment.