mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-21 14:50:06 +02:00
Fix crash if invalid [Export] format
This commit is contained in:
parent
419ecd411d
commit
24ac6a2d2b
@ -526,6 +526,7 @@ bool Exporter::GetFilename()
|
|||||||
{
|
{
|
||||||
mFormat = 0;
|
mFormat = 0;
|
||||||
mFilterIndex = 0;
|
mFilterIndex = 0;
|
||||||
|
mSubFormat = 0;
|
||||||
}
|
}
|
||||||
maskString.RemoveLast();
|
maskString.RemoveLast();
|
||||||
wxString defext = mPlugins[mFormat]->GetExtension(mSubFormat).Lower();
|
wxString defext = mPlugins[mFormat]->GetExtension(mSubFormat).Lower();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user