Opened 15 years ago
Closed 15 years ago
#5663 closed Bug (fixed)
General memory clean up after destroy of last editor
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | General | Version: | 3.2.1 |
Keywords: | Confirmed Review+ | Cc: |
Description
This is a follow up of #4555
After talks with Fred and Garry, it seems that we can provide a generic memory clean up to free resources after the last instance of CKEditor is destroyed with just a few lines.
The idea of this patch is to clean up anything that might have been left around, but to avoid problems with pages that don't destroy all the editors we should keep the current protections.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | 5663.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Confirmed Review+ added; Review? removed |
---|
Proposed patch