mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 08:06:32 +01:00
Exception safety in: subclasses of ImportFileHandle
This commit is contained in:
@@ -847,6 +847,8 @@ void FFmpegImportFileHandle::GetMetadata(Tags *tags, const wxChar *tag, const ch
|
||||
|
||||
FFmpegImportFileHandle::~FFmpegImportFileHandle()
|
||||
{
|
||||
av_log_set_callback(av_log_default_callback);
|
||||
|
||||
// Do this before unloading the libraries
|
||||
mContext.reset();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user