Community
Participate
Working Groups
While investigating a memory leak when opening and closing my editor, I found that when opening a file from the RSE tree view, SystemEditableRemoteFile saves a reference to the open editor (in variable editor), but when the editor is closed, that reference in SystemEditableRemoteFile is not set to null and garbage collection is not able to clear up all the memory that the editor had consumed. A fix is needed for RSE 3.2 maintenance.
Created attachment 204450 [details] patch to release editor from SystemEditableRemoteFile on close Violaine, can you see if this patch helps?
(In reply to comment #1) > Created attachment 204450 [details] > patch to release editor from SystemEditableRemoteFile on close > > Violaine, can you see if this patch helps? Hi Dave, yes this patch seems to do the trick. I can see my editor resources being freed now. thanks, Violaine
I've committed the fix to the HEAD stream and opened bug 359860 for the R3_2_maintenance stream backport.