Skip to content

Commit ebdb4ff

Browse files
committed
[memory] fix memory leak
1 parent be6c09c commit ebdb4ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dllmain.c

-1.34 KB
Binary file not shown.

revorb.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ REVORBAPI REVORB_RESULT revorb(REVORB_FILE* fi, REVORB_FILE* fo) {
283283
g_failed = 1;
284284
}
285285

286+
vorbis_info_clear(&vi);
287+
286288
ogg_sync_clear(&sync_in);
287289
ogg_sync_clear(&sync_out);
288290

0 commit comments

Comments
 (0)