mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 09:39:42 +02:00
Fix another memory leak in FFmpeg import.
This commit is contained in:
parent
c760361867
commit
316ed3afc2
@ -304,6 +304,7 @@ FFmpegContext::~FFmpegContext()
|
||||
|
||||
if (pb) {
|
||||
ufile_close(pb);
|
||||
av_free(pb->buffer);
|
||||
av_free(pb);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user