mirror of
https://github.com/labwc/labwc.git
synced 2026-02-27 01:40:30 -05:00
interactive: Fix crash if a window is destroyed while moving it
Need to clean this up if it's our grabbed window! Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
parent
a9f11c5fc7
commit
3e973c92ab
4 changed files with 10 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ handle_destroy(struct wl_listener *listener, void *data)
|
|||
if (view->toplevel_handle) {
|
||||
wlr_foreign_toplevel_handle_v1_destroy(view->toplevel_handle);
|
||||
}
|
||||
interactive_end(view);
|
||||
wl_list_remove(&view->link);
|
||||
ssd_destroy(view);
|
||||
free(view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue