Ticket #5663 (closed Bug: fixed)
General memory clean up after destroy of last editor
| Reported by: | alfonsoml | Owned by: | alfonsoml |
|---|---|---|---|
| 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
Change History
Note: See
TracTickets for help on using
tickets.

Proposed patch