Clear out our speak service once we've unregistered it.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4822 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -260,6 +260,7 @@ public class PlaceManager
|
|||||||
// clear out our services
|
// clear out our services
|
||||||
if (_plobj.speakService != null) {
|
if (_plobj.speakService != null) {
|
||||||
_invmgr.clearDispatcher(_plobj.speakService);
|
_invmgr.clearDispatcher(_plobj.speakService);
|
||||||
|
_plobj.speakService = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// make sure we don't have any shutdowner in the queue
|
// make sure we don't have any shutdowner in the queue
|
||||||
|
|||||||
Reference in New Issue
Block a user