Skip to content

Commit

Permalink
java: also free the filename
Browse files Browse the repository at this point in the history
Signed-off-by: Vegard Nossum <[email protected]>
  • Loading branch information
Vegard Nossum committed Jun 5, 2008
1 parent 28ae1d5 commit 79bc78e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/java.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ main(int argc, char *argv[])

cafebabe_class_deinit(&class);
cafebabe_stream_close(&stream);
free(filename);

return EXIT_SUCCESS;

Expand Down

0 comments on commit 79bc78e

Please sign in to comment.