1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-14 08:36:27 +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

@@ -998,6 +998,7 @@ AudacityProject::AudacityProject(wxWindow * parent, wxWindowID id,
ic.CopyFromBitmap(theTheme.Bitmap(bmpAudacityLogo48x48));
#endif
SetIcon(*ic);
delete ic;
#endif
mIconized = false;