mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-19 15:06:07 +01:00
Remove previous code for invalidating bitmaps from device toolbar.
This caused a memory leak previously.
This commit is contained in:
@@ -91,9 +91,6 @@ void DeviceToolBar::RecreateTipWindows()
|
|||||||
|
|
||||||
void DeviceToolBar::DeinitChildren()
|
void DeviceToolBar::DeinitChildren()
|
||||||
{
|
{
|
||||||
mPlayBitmap = NULL;
|
|
||||||
mRecordBitmap = NULL;
|
|
||||||
|
|
||||||
mInput = NULL;
|
mInput = NULL;
|
||||||
mOutput = NULL;
|
mOutput = NULL;
|
||||||
mInputChannels = NULL;
|
mInputChannels = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user