mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
Fix for bug #763 - double delete
This commit is contained in:
@@ -471,7 +471,6 @@ void FFmpegPresets::DeletePreset(wxString &name)
|
||||
if (!preset->mPresetName->CmpNoCase(name))
|
||||
{
|
||||
mPresets->erase(iter);
|
||||
delete preset;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user