1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-03 22:19:07 +02:00

Fix uninitialized pointer in TrackPanel.cpp

This commit is contained in:
Henric Jungheim 2016-05-06 22:03:57 -07:00
parent db137ddf76
commit 3c83eab4d7

View File

@ -7338,7 +7338,7 @@ void TrackPanel::OnNextTrack( bool shift )
}
Track *t;
Track *n;
Track *n = nullptr;
bool tSelected, nSelected;
t = GetFocusedTrack(); // Get currently focused track