1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-05 14:49:25 +02:00

Remove previous code for invalidating bitmaps from device toolbar.

This caused a memory leak previously.
This commit is contained in:
james.k.crook@gmail.com 2014-11-09 17:15:06 +00:00
parent 9e931c806c
commit 4acd4e3324

View File

@ -91,9 +91,6 @@ void DeviceToolBar::RecreateTipWindows()
void DeviceToolBar::DeinitChildren()
{
mPlayBitmap = NULL;
mRecordBitmap = NULL;
mInput = NULL;
mOutput = NULL;
mInputChannels = NULL;