# HG changeset patch # User Chris Cannam # Date 1409732465 -3600 # Node ID ddfb480c70a02cd095f1c3c198bf8022f2e73471 # Parent eb84b06301da639b14e8c085526056a7702fc432 Fix uninitialised bool diff -r eb84b06301da -r ddfb480c70a0 audioio/AudioCallbackPlaySource.cpp --- a/audioio/AudioCallbackPlaySource.cpp Tue Sep 02 16:06:41 2014 +0100 +++ b/audioio/AudioCallbackPlaySource.cpp Wed Sep 03 09:21:05 2014 +0100 @@ -72,6 +72,7 @@ m_timeStretcher(0), m_monoStretcher(0), m_stretchRatio(1.0), + m_stretchMono(false), m_stretcherInputCount(0), m_stretcherInputs(0), m_stretcherInputSizes(0),