[Mesa-dev] [PATCH mesa 5/6] egl: move alloc & init out of _eglBuiltInDriver{DRI2, Haiku}

Emil Velikov emil.l.velikov at gmail.com
Wed Sep 27 14:14:01 UTC 2017


On 26 September 2017 at 23:47, Eric Engestrom <eric at engestrom.ch> wrote:

> +   drv = calloc(1, sizeof(*drv));
> +   if (!drv) {
>        return EGL_FALSE;
> +   }
> +
Nit: please drop the unneeded parentheses.

Thanks
Emil


More information about the mesa-dev mailing list