Skip to content
  • Michael Gratton's avatar
    Prevent circular refs using idle and timeout manager when running · 3cda1b5c
    Michael Gratton authored
    If an IdleManager or TimeoutManager had been scheduled, it would not get
    destroyed until it was executed by the main loop, causing criticals
    if the objects enclosed by its callback had been destroyed.
    
    This adds a weak reference to the manager object itself when scheduling
    on the main loop, so it can get safely dropped.
    3cda1b5c