X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=eglwrap.c;h=73b7a8d39699001dab539a2c54a0875d6120fad0;hb=6dcb864fcfa77c4bf4eb7e1c04f00e53f9fee446;hp=497779ce3fd2048f03f518a98f51c70575c37d07;hpb=8ce831b4994e445482eeaeaea868def8a847f34c;p=fips diff --git a/eglwrap.c b/eglwrap.c index 497779c..73b7a8d 100644 --- a/eglwrap.c +++ b/eglwrap.c @@ -108,6 +108,8 @@ eglMakeCurrent (EGLDisplay display, EGLSurface draw, EGLSurface read, { EGLBoolean ret; + metrics_info_fini (); + fips_dispatch_init (FIPS_API_EGL); EGLWRAP_DEFER_WITH_RETURN (ret, eglMakeCurrent, display, draw, read, context);