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
This commit is contained in:
David Elliott 2004-10-18 22:23:51 +00:00
parent 94009d33c1
commit 2b27a03922

View File

@ -55,7 +55,6 @@ bool isLastSoundInScope = false;
else if (!isLastSoundInScope)
{
[lastSound release];
[self release];
}
}