mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 15:43:50 +01:00
Fix another memory leak in FFmpeg import.
This commit is contained in:
@@ -304,6 +304,7 @@ FFmpegContext::~FFmpegContext()
|
||||
|
||||
if (pb) {
|
||||
ufile_close(pb);
|
||||
av_free(pb->buffer);
|
||||
av_free(pb);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user