mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-06 07:09:39 +02:00
Remove previous code for invalidating bitmaps from device toolbar.
This caused a memory leak previously.
This commit is contained in:
parent
9e931c806c
commit
4acd4e3324
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user