Skip to content
  • Matthias Clasen's avatar
    DND: Avoid a use-after-free · 358eec29
    Matthias Clasen authored
    Cancelling the gesture causes the last_event pointer to become
    invalid. Make a copy of the event so we can keep using it
    regardless of the gesture state.
    358eec29