]> git.saurik.com Git - wxWidgets.git/commitdiff
Due to the last change the delegate should not release itself.
authorDavid Elliott <dfe@tgwbd.org>
Mon, 18 Oct 2004 22:23:51 +0000 (22:23 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 18 Oct 2004 22:23:51 +0000 (22:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/sound.mm

index 4931716b3ddeca11e90e617c2fac1862ed21d495..abba845d8b76f68a2e3dc0db5be6d3e3e4f46e18 100644 (file)
@@ -55,7 +55,6 @@ bool isLastSoundInScope = false;
     else if (!isLastSoundInScope)
     {
         [lastSound release];
-        [self release];
     }
 }