Mercurial > mm7
changeset 2514:16bae6fd06e1
.
author | Ritor1 |
---|---|
date | Thu, 02 Oct 2014 19:40:13 +0600 |
parents | 28afacb08f76 |
children | b96f6cb1855d |
files | Media/Audio/AudioPlayer.cpp |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Media/Audio/AudioPlayer.cpp Thu Oct 02 19:33:11 2014 +0600 +++ b/Media/Audio/AudioPlayer.cpp Thu Oct 02 19:40:13 2014 +0600 @@ -455,7 +455,6 @@ char2wchar_t(string,wStr); PlayAudio(wStr); alSourcef (mSourceID, AL_GAIN, pSoundVolumeLevels[uMusicVolimeMultiplier]); - delete [] wStr; } else if ( hAILRedbook ) {