Skip to content

Commit

Permalink
added back a free() call
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksArt000 authored Oct 29, 2024
1 parent 8973af3 commit d82467f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/make.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ int make(char* package_dir, struct package* pkg) {
loadFile(source_file_location, location);
}

free(files);
free(location);
free(source_location);
free(source_file_location);
Expand Down

0 comments on commit d82467f

Please sign in to comment.