summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-09-08 15:18:06 +0100
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-09-17 13:33:29 +0100
commit15f6338e3984e103728a66de2f25e09e19f9077e (patch)
tree93bc8aad8bbbef32d11aa46c4a61a21840dd9fa6
parent5b89aac0a2e317f59c3437c7a9d1a9ee51182714 (diff)
downloadqt4-tools-15f6338e3984e103728a66de2f25e09e19f9077e.tar.gz
Discard buffer pointer when DevSound is stopped
Task-number: QTBUG-13504 Reviewed-by: Derick Hawcroft
-rw-r--r--src/multimedia/audio/qaudiooutput_symbian_p.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/multimedia/audio/qaudiooutput_symbian_p.cpp b/src/multimedia/audio/qaudiooutput_symbian_p.cpp
index c8b6ecff2a..cc32f9ddcb 100644
--- a/src/multimedia/audio/qaudiooutput_symbian_p.cpp
+++ b/src/multimedia/audio/qaudiooutput_symbian_p.cpp
@@ -195,6 +195,7 @@ void QAudioOutputPrivate::suspend()
// lost data with silence following a call to resume(), in order to
// ensure that processedUSecs() returns the correct value.
m_devSound->stop();
+ m_devSoundBuffer = 0;
m_totalSamplesPlayed += samplesPlayed;
// Calculate the amount of data dropped