From: David Elliott Date: Mon, 18 Oct 2004 22:23:51 +0000 (+0000) Subject: Due to the last change the delegate should not release itself. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2b27a039223359681197774a2c1b33eeeb908937 Due to the last change the delegate should not release itself. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/cocoa/sound.mm b/src/cocoa/sound.mm index 4931716b3d..abba845d8b 100644 --- a/src/cocoa/sound.mm +++ b/src/cocoa/sound.mm @@ -55,7 +55,6 @@ bool isLastSoundInScope = false; else if (!isLastSoundInScope) { [lastSound release]; - [self release]; } }