Skip to content

Commit

Permalink
tools: fix memory leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Jan 12, 2024
1 parent 41abe73 commit 1ebf3ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/spec/createlut.c
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,8 @@ int main(int argc, char **argv)
// if(pfm) fclose(pfm);
}
free(out);
free(lsbuf);
free(max_b);
// threads_global_cleanup();
printf("\n");
}

0 comments on commit 1ebf3ea

Please sign in to comment.