[Mesa-dev] [PATCH 5/4] eglinfo: Restore eglTerminate

Alex Deucher alexdeucher at gmail.com
Wed Apr 20 21:20:28 UTC 2016


On Wed, Apr 20, 2016 at 4:55 PM, Adam Jackson <ajax at redhat.com> wrote:
> Signed-off-by: Adam Jackson <ajax at redhat.com>

Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

> ---
>  src/egl/opengl/eglinfo.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/egl/opengl/eglinfo.c b/src/egl/opengl/eglinfo.c
> index 75d9fe5..f7da372 100644
> --- a/src/egl/opengl/eglinfo.c
> +++ b/src/egl/opengl/eglinfo.c
> @@ -178,6 +178,7 @@ doOneDisplay(EGLDisplay d, const char *name)
>     PrintExtensions(d);
>
>     PrintConfigs(d);
> +   eglTerminate(d);
>     printf("\n");
>     return 0;
>  }
> --
> 2.7.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list