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:
@@ -55,7 +55,6 @@ bool isLastSoundInScope = false;
|
|||||||
else if (!isLastSoundInScope)
|
else if (!isLastSoundInScope)
|
||||||
{
|
{
|
||||||
[lastSound release];
|
[lastSound release];
|
||||||
[self release];
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user