Skip to content

Commit

Permalink
Fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinellimarco committed Mar 15, 2021
1 parent 70743b6 commit 3625eba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/t2sz.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ int main(int argc, char **argv){

compressFile(ctx);

free(ctx->outFilename);
free(ctx);

return 0;
Expand Down

0 comments on commit 3625eba

Please sign in to comment.