From fc676fa6f8de6b0b24cf54ecfa3f9221c607095c Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Thu, 6 Nov 2014 11:02:40 -0300 Subject: missing files with fixes for shower of bullets --- drivers/theoraplayer/src/TheoraVideoClip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/theoraplayer/src') diff --git a/drivers/theoraplayer/src/TheoraVideoClip.cpp b/drivers/theoraplayer/src/TheoraVideoClip.cpp index 3ee4b83370..b71319e6a1 100644 --- a/drivers/theoraplayer/src/TheoraVideoClip.cpp +++ b/drivers/theoraplayer/src/TheoraVideoClip.cpp @@ -75,7 +75,7 @@ TheoraVideoClip::~TheoraVideoClip() if (mAudioInterface) { mAudioMutex->lock(); // ensure a thread isn't using this mutex - memdelete(mAudioInterface); // notify audio interface it's time to call it a day + delete mAudioInterface; // notify audio interface it's time to call it a day mAudioMutex ->unlock(); delete mAudioMutex; } -- cgit v1.2.3