Community
Participate
Working Groups
Created attachment 204077 [details] Patch for memory leak in UIProcessRidget The method addProgressVisualizer(...) adds a ContextUpdateListener to the contextLocator. The antagonist removeProgressVisualizer(...) does not remove the listener. This causes a memory leak.
Unregistered the contextUpdateListener in removeProgressVisualizer() to avoid memory leaks.