From 5fa7f17199ecddc164223423dbb05cb2fbd40674 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 5 May 2011 15:30:40 -0400 Subject: [PATCH] meego-tablet-shell: Destroy tablet_client resource in destroy request --- compositor/meego-tablet-shell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compositor/meego-tablet-shell.c b/compositor/meego-tablet-shell.c index 5a2d0db..99520de 100644 --- a/compositor/meego-tablet-shell.c +++ b/compositor/meego-tablet-shell.c @@ -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 -- 2.7.4