wayland-server: Remove left-over double free in unbind_resource() helper

This commit is contained in:
Kristian Høgsberg 2013-07-02 16:57:45 -04:00
parent c82a52a47e
commit 477c7237e1

View File

@ -620,7 +620,6 @@ static void
unbind_resource(struct wl_resource *resource)
{
wl_list_remove(&resource->link);
free(resource);
}
static void