Skip to content
  • Matthijs Velsink's avatar
    dialog: Don't leak child breakpoint bin · 3441dca5
    Matthijs Velsink authored
    The `child_breakpoint_bin` can get unparented during
    `update_presentation()`, so reffing it is needed. However, that should
    only happen after all early return possibilities have passed, otherwise
    this reference can leak.
    
    This moves the reference to after the last possibility for early return.
    3441dca5