data-device: fix memory leak

This commit is contained in:
Tony Crisci 2017-11-18 14:04:20 -05:00
parent f17c3947ea
commit 458fe633df
1 changed files with 1 additions and 0 deletions

View File

@ -645,6 +645,7 @@ static bool seat_client_start_drag(struct wlr_seat_client *client,
} }
if (!drag->is_pointer_grab && !is_touch_grab) { if (!drag->is_pointer_grab && !is_touch_grab) {
free(drag);
return true; return true;
} }