Daniel Kurka has uploaded a new change for review.

  https://gwt-review.googlesource.com/2974


Change subject: ActivityManager fails to clear Eventbus
......................................................................

ActivityManager fails to clear Eventbus

fixes issue 5621

Change-Id: I3ffb6911b0723969001bd43c73059b4dfad104cf
---
M user/src/com/google/gwt/activity/shared/ActivityManager.java
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/user/src/com/google/gwt/activity/shared/ActivityManager.java b/user/src/com/google/gwt/activity/shared/ActivityManager.java
index cc56355..afce50a 100644
--- a/user/src/com/google/gwt/activity/shared/ActivityManager.java
+++ b/user/src/com/google/gwt/activity/shared/ActivityManager.java
@@ -266,6 +266,7 @@
       if (handlerRegistration != null) {
         handlerRegistration.removeHandler();
         handlerRegistration = null;
+        stopperedEventBus.removeHandlers();
       }
     }
   }

--
To view, visit https://gwt-review.googlesource.com/2974
To unsubscribe, visit https://gwt-review.googlesource.com/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ffb6911b0723969001bd43c73059b4dfad104cf
Gerrit-PatchSet: 1
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Daniel Kurka <[email protected]>

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to