Skip to content
Snippets Groups Projects
Commit 4a6c7e8a authored by Eric Engestrom's avatar Eric Engestrom :no_entry:
Browse files

egl: drop memset(0) of calloc'ed memory


`_EGLDriver *drv` is a freshly calloc()'ed object, memset(0)'ing some of
it is a no-op.

Signed-off-by: Eric Engestrom's avatarEric Engestrom <eric@engestrom.ch>
Reviewed-by: default avatarEmil Velikov <emil.velikov@collabora.com>
parent 9690759d
No related branches found
Tags mesa-20.2.0-rc3
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment