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