mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-14 11:58:09 +02:00
meego-tablet-shell: Destroy tablet_client resource in destroy request
This commit is contained in:
parent
bfcf07cd59
commit
5fa7f17199
1 changed files with 1 additions and 0 deletions
|
|
@ -369,6 +369,7 @@ static void
|
|||
tablet_client_destroy(struct wl_client *client,
|
||||
struct meego_tablet_client *tablet_client)
|
||||
{
|
||||
wl_resource_destroy(&tablet_client->resource, client);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue