diff --git a/.pick_status.json b/.pick_status.json index 1edc62c7d26..65981e2a1f3 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -5107,7 +5107,7 @@ "description": "kopper: Do not free the given screen in initScreen implementation", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null }, diff --git a/src/gallium/frontends/dri/kopper.c b/src/gallium/frontends/dri/kopper.c index 0102e2cf477..5268f1fb9fb 100644 --- a/src/gallium/frontends/dri/kopper.c +++ b/src/gallium/frontends/dri/kopper.c @@ -194,7 +194,6 @@ fail: dri_destroy_screen_helper(screen); if (screen->dev) pipe_loader_release(&screen->dev, 1); - FREE(screen); return NULL; }