aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2012-07-31 19:55:28 +0200
committerMemphiz <memphis@machzwo.de>2012-07-31 19:55:28 +0200
commit11652c5344aef53ff38a9fb667dfd6056e4ab96b (patch)
treeeb45db98ee8231ab2aec16c52830ae78bd1fdcb1
parent12257fbc6d986b1c56d77b21d58647786a3c95d0 (diff)
[AE/CA] - null pointers after deleting - yes we are pedantic here
-rw-r--r--xbmc/cores/AudioEngine/Engines/CoreAudio/CoreAudioAEStream.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/xbmc/cores/AudioEngine/Engines/CoreAudio/CoreAudioAEStream.cpp b/xbmc/cores/AudioEngine/Engines/CoreAudio/CoreAudioAEStream.cpp
index cd06eda6f3..c5f70e429a 100644
--- a/xbmc/cores/AudioEngine/Engines/CoreAudio/CoreAudioAEStream.cpp
+++ b/xbmc/cores/AudioEngine/Engines/CoreAudio/CoreAudioAEStream.cpp
@@ -151,6 +151,11 @@ CCoreAudioAEStream::~CCoreAudioAEStream()
delete m_Buffer;
+ m_convertBuffer = NULL;
+ m_remapBuffer = NULL;
+ m_vizRemapBuffer = NULL;
+ m_Buffer = NULL;
+
/*
if (m_resample)
{