1
0
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:
james.k.crook@gmail.com
2014-10-24 16:52:17 +00:00
parent fbbab2ce1b
commit 7508f10f64
6 changed files with 4 additions and 5 deletions

View File

@@ -74,6 +74,7 @@ LyricsWindow::LyricsWindow(AudacityProject *parent):
ic = new wxIcon(wxICON(AudacityLogo48x48));
#endif
SetIcon(*ic);
delete ic;
#endif
wxPoint panelPos(0, 0);