mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 15:16:27 +01:00
RaphaelMarinier - Initialise mFreqSelTrack (found by Valgrind)
This commit is contained in:
@@ -597,7 +597,7 @@ protected:
|
||||
// FREQ_SEL_BOTTOM_FREE,
|
||||
// and is ignored otherwise.
|
||||
double mFreqSelPin;
|
||||
const WaveTrack *mFreqSelTrack;
|
||||
const WaveTrack *mFreqSelTrack = NULL;
|
||||
std::unique_ptr<SpectrumAnalyst> mFrequencySnapper;
|
||||
|
||||
// For toggling of spectral seletion
|
||||
|
||||
Reference in New Issue
Block a user