Opened 11 years ago

Closed 10 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:

Change History (1)

comment:1 by jng, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.