You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX: macosx, clear pending timers when the figure is destroyed
Running the macosx backend without calling show() would cause
Timers to pile up and not fire because the event loop was not running.
This leaked objects when closing/opening multiple figures. To fix this,
we keep track of the timers on the canvas and remove all of the pending
timers when destroying the figure to clear all back-references.
0 commit comments