mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Stack-allocate where possible! ...
... Removed many unnecessary naked news and deletes.
This commit is contained in:
@@ -692,14 +692,9 @@ bool FFmpegLibs::LoadLibs(wxWindow * WXUNUSED(parent), bool showerr)
|
||||
{
|
||||
wxLogError(wxT("Failed to load libraries altogether."));
|
||||
int dontShowDlg;
|
||||
FFmpegNotFoundDialog *dlg;
|
||||
gPrefs->Read(wxT("/FFmpeg/NotFoundDontShow"),&dontShowDlg,0);
|
||||
if ((dontShowDlg == 0) && (showerr))
|
||||
{
|
||||
dlg = new FFmpegNotFoundDialog(NULL);
|
||||
dlg->ShowModal();
|
||||
delete dlg;
|
||||
}
|
||||
FFmpegNotFoundDialog{nullptr}.ShowModal();
|
||||
}
|
||||
*/
|
||||
// Oh well, just give up
|
||||
|
Reference in New Issue
Block a user