Marijn Haverbeke
unread,Jan 25, 2013, 7:51:43 AM1/25/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodeMirror, CodeMirror-announce
Hello list,
A rather serious bug in 3.01 (and a bunch of versions before that as
well) came to my attention: the resize handler that CodeMirror
registers on the window in order to automatically refresh on resize
was preventing CodeMirror instances from ever being garbage collected.
Thus, if you have an app that is A) long-running and B) is creating
and destroying editor instances dynamically during its operation, I
*very* much advise you to upgrade to 3.02, since you'll have a memory
leak otherwise.
Best,
Marijn