From 4d14b2872893acdadaac43e6739309c896189d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=9A=93?= Date: Sat, 2 Aug 2025 18:17:32 -0400 Subject: [PATCH] Remove another redundant call to `egl_destroy_gl_dll` in `egl_init_context` --- gfx/common/egl_common.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gfx/common/egl_common.c b/gfx/common/egl_common.c index cd3bd05cc2..25ed7ed141 100644 --- a/gfx/common/egl_common.c +++ b/gfx/common/egl_common.c @@ -636,8 +636,6 @@ bool egl_init_context(egl_ctx_data_t *egl, return false; #ifdef HAVE_DYLIB - egl_destroy_gl_dll(); - for (; *attrib_ptr != EGL_NONE; ++attrib_ptr) { if (*attrib_ptr == EGL_OPENGL_ES3_BIT_KHR)