mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02: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