mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-21 08:15:54 +01:00
Fixed some memory leaks.
This commit is contained in:
@@ -74,6 +74,7 @@ LyricsWindow::LyricsWindow(AudacityProject *parent):
|
||||
ic = new wxIcon(wxICON(AudacityLogo48x48));
|
||||
#endif
|
||||
SetIcon(*ic);
|
||||
delete ic;
|
||||
#endif
|
||||
|
||||
wxPoint panelPos(0, 0);
|
||||
|
||||
Reference in New Issue
Block a user