Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed May 26, 2024
1 parent ab8408c commit 2a10aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salam.c
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ void ast_expression_free_data(ast_literal_t** val)
} else if ((*val)->type == VALUE_TYPE_FLOAT) {
// Nothing to free
}

// TODO: MEMORY LEAKS
print_error("free expression data main\n");
if ((*val)->main != NULL) {
Expand Down

0 comments on commit 2a10aad

Please sign in to comment.