From 4acd4e3324c15c49b274536c53e75c31ee04c9d6 Mon Sep 17 00:00:00 2001 From: "james.k.crook@gmail.com" Date: Sun, 9 Nov 2014 17:15:06 +0000 Subject: [PATCH] Remove previous code for invalidating bitmaps from device toolbar. This caused a memory leak previously. --- src/toolbars/DeviceToolBar.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/toolbars/DeviceToolBar.cpp b/src/toolbars/DeviceToolBar.cpp index 9680c1121..6e9e4729f 100644 --- a/src/toolbars/DeviceToolBar.cpp +++ b/src/toolbars/DeviceToolBar.cpp @@ -91,9 +91,6 @@ void DeviceToolBar::RecreateTipWindows() void DeviceToolBar::DeinitChildren() { - mPlayBitmap = NULL; - mRecordBitmap = NULL; - mInput = NULL; mOutput = NULL; mInputChannels = NULL;