wayland-server: Dont free resource in user data destroy callback

This commit is contained in:
Kristian Høgsberg 2013-07-02 14:09:16 -04:00
parent a09d7f0d60
commit 9cc0a67896

View file

@ -672,7 +672,6 @@ static void
destroy_client_display_resource(struct wl_resource *resource)
{
resource->client->display_resource = NULL;
free(resource);
}
static void