mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-22 11:18:15 +00:00
free memory for extList
This commit is contained in:
@@ -1725,8 +1725,8 @@ void rlglInit(int width, int height)
|
|||||||
if(strcmp(extList[i], (const char *)"GL_EXT_debug_marker") == 0) debugMarkerSupported = true;
|
if(strcmp(extList[i], (const char *)"GL_EXT_debug_marker") == 0) debugMarkerSupported = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_WIN32) && defined(_MSC_VER)
|
||||||
//free(extList);
|
free(extList);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(GRAPHICS_API_OPENGL_ES2)
|
#if defined(GRAPHICS_API_OPENGL_ES2)
|
||||||
|
Reference in New Issue
Block a user