From 2b27a039223359681197774a2c1b33eeeb908937 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Mon, 18 Oct 2004 22:23:51 +0000 Subject: [PATCH] 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 --- src/cocoa/sound.mm | 1 - 1 file changed, 1 deletion(-) 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]; } } -- 2.45.2