Opened 11 years ago
Closed 11 years ago
#2319 closed task (fixed)
Event handler cleanup
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-5.1 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
In the Maestro codebase there's lots of event subscription with manual cleanup, and there's probably leaks scattered about because we haven't properly unsubscribed from some events.
Using weak event handlers with auto-deregistration is much simpler to manage:
Note:
See TracTickets
for help on using tickets.