Ticket #260 (closed defect: not relevant)
memory leak refreshing the plugin menu
| Reported by: | szabgab | Owned by: | szabgab |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.28 |
| Keywords: | Cc: |
Description
On every keystroke (even moving the cursor) we refresh the whole menu (which is in itself probably not necessary) but which causes a memory leak for a few 10s of bytes in the call of refreshing the plugin menus.
As this happens on every movement and keystroke it renders padre unusable after 10-30 minutes.
Change History
comment:2 Changed 4 years ago by jquelin
now updating the menu only when user accesses it (szabgab - r3963)
comment:3 Changed 4 years ago by jquelin
- Priority changed from blocker to major
ticket no longer a blocker (workarounds in place - see above), back to major priority.
note: we're still leaking some bytes when refreshing menu, so let's keep the ticket open.
Note: See
TracTickets for help on using
tickets.

partial fix by gabor in r3215 (eliminates the biggest leak)