Project

General

Profile

« Previous | Next » 

Revision bba20239

Added by Andreas Kohlbecker over 5 years ago

fix #7824 cleaning up maps in PopupViewRegistration when views are detached - closes memory leak

View differences:

src/main/java/eu/etaxonomy/vaadin/ui/navigation/NavigationManagerBean.java
133 133
		} else {
134 134
			super.navigateTo(navigationState);
135 135
		}
136
		popupViewRegistration.removeOrphan();
137 136
	}
138 137

  
139 138
	@Override
......
143 142
	    }
144 143
		super.navigateTo(navigationState);
145 144
		//eventBus.publishEvent(new NavigationEvent(navigationState));
146
		popupViewRegistration.removeOrphan();
147 145
	}
148 146

  
149 147
	@EventBusListenerMethod

Also available in: Unified diff