mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02:00
Fixed some memory leaks.
This commit is contained in:
@@ -179,6 +179,7 @@ void AudacityLogger::Show(bool show)
|
||||
ic.CopyFromBitmap(theTheme.Bitmap(bmpAudacityLogo48x48));
|
||||
#endif
|
||||
frame->SetIcon(*ic);
|
||||
delete ic;
|
||||
#endif
|
||||
|
||||
// Log text
|
||||
|
Reference in New Issue
Block a user