[Mesa-dev] [PATCH] vl/dri3: handle the case of different GPU(v4.1)

Emil Velikov emil.l.velikov at gmail.com
Mon Sep 19 21:08:54 UTC 2016


Hi Nayan,

On 16 September 2016 at 13:51, Nayan Deshmukh <nayan26deshmukh at gmail.com> wrote:

> +   scrn->pipe = scrn->base.pscreen->context_create(scrn->base.pscreen,
> +                                                   &scrn->base, 0);
> +
I think you're forgetting to destroy the context in
vl_dri3_screen_destroy and proper handling if context_create fails
seems to be missing.

-Emil


More information about the mesa-dev mailing list