Skip to content

Commit

Permalink
pddlp-tokenize: free memory allocated for source file
Browse files Browse the repository at this point in the history
  • Loading branch information
guilherme-puida committed Sep 10, 2024
1 parent 51eea85 commit 240c62c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/pddlp-tokenize.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ main(int argc, char **argv)
if (error_count)
printf("error count: %d\n", error_count);

free(source);
return 0;
}

0 comments on commit 240c62c

Please sign in to comment.