Skip to content

Commit

Permalink
[memory] fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
yretenai committed Feb 12, 2018
1 parent be6c09c commit ebdb4ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified dllmain.c
Binary file not shown.
2 changes: 2 additions & 0 deletions revorb.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ REVORBAPI REVORB_RESULT revorb(REVORB_FILE* fi, REVORB_FILE* fo) {
g_failed = 1;
}

vorbis_info_clear(&vi);

ogg_sync_clear(&sync_in);
ogg_sync_clear(&sync_out);

Expand Down

0 comments on commit ebdb4ff

Please sign in to comment.