mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-12 16:35:58 +01:00
contributing: move wl_resource_set_user_data() right before free()
This commit is contained in:
parent
f01896c9d5
commit
64665200fa
1 changed files with 2 additions and 2 deletions
|
@ -334,9 +334,9 @@ static void subsurface_destroy(struct wlr_subsurface *subsurface) {
|
|||
return;
|
||||
}
|
||||
|
||||
wl_resource_set_user_data(subsurface->resource, NULL);
|
||||
|
||||
…
|
||||
|
||||
wl_resource_set_user_data(subsurface->resource, NULL);
|
||||
free(subsurface);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue