Skip to content

Commit

Permalink
Free quote buffer in thanos
Browse files Browse the repository at this point in the history
  • Loading branch information
424ever authored Apr 12, 2020
1 parent 73c34e3 commit f4c3c02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thanos.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ int main()

fclose (quotes);
free (header.table);
free (buf);

return EXIT_SUCCESS;
}
Expand Down

0 comments on commit f4c3c02

Please sign in to comment.