wayland-server: Remove left-over double free in unbind_resource() helper
This commit is contained in:
parent
c82a52a47e
commit
477c7237e1
|
@ -620,7 +620,6 @@ static void
|
|||
unbind_resource(struct wl_resource *resource)
|
||||
{
|
||||
wl_list_remove(&resource->link);
|
||||
free(resource);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue
Block a user