Skip to content
  • Carlos Garnacho's avatar
    device: Fix dispose · cc2e7729
    Carlos Garnacho authored
    The way master devices detach from their other master counterpart is
    vulnerable to infinite recursion due to the way we first recurse on
    the other device before clearing the pointer, this may happen if
    that last reference to the other master device is held by the
    device->associated field.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732742
    cc2e7729