Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 481487

Summary: Memory Leak in Shell.js
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: 3.0   
Target Milestone: 3.1 M3   
Hardware: All   
OS: All   
Whiteboard: SR302

Description Tim Buschtoens CLA 2015-11-05 05:04:00 EST
Shell has a timer for sending the bounds to the server. That timer is never disposed. As the timer also holds a reference to the shell object it can never be garbage collected. (The HTML element however is collected.)
Comment 1 Tim Buschtoens CLA 2015-11-06 05:19:23 EST
Time is disposed as of commit b2687fd4ab28ba6b0e3f07a8c34d2d74f8da6885.
Comment 2 Ivan Furnadjiev CLA 2016-02-01 06:03:48 EST
Backported to 3.0-maintenance branch with change https://git.eclipse.org/r/#/c/64963/