1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-02 17:23:18 +02:00

Fix Linux assert violation in MixerBoard

This commit is contained in:
Paul Licameli 2019-05-31 16:54:06 -04:00
parent 96b749f232
commit 18be09e277

View File

@ -296,7 +296,7 @@ MixerTrackCluster::MixerTrackCluster(wxWindow* parent,
(MUTE_SOLO_HEIGHT + (bSoloNone ? 0 : MUTE_SOLO_HEIGHT) + kDoubleInset);
ctrlSize.Set(kRightSideStackWidth, nMeterHeight);
mMeter = NULL;
mMeter.Release();
if (GetWave()) {
mMeter =
safenew MeterPanel(GetActiveProject(), // AudacityProject* project,