소스 검색

free memory for extList

pull/703/head
Ray 6 년 전
부모
커밋
0bf82ff6f4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/rlgl.h

+ 2
- 2
src/rlgl.h 파일 보기

@ -1725,8 +1725,8 @@ void rlglInit(int width, int height)
if(strcmp(extList[i], (const char *)"GL_EXT_debug_marker") == 0) debugMarkerSupported = true;
}
#if defined(_MSC_VER)
o">//free(extList);
#if defined(_WIN32) && defined(_MSC_VER)
free(extList);
#endif
#if defined(GRAPHICS_API_OPENGL_ES2)

불러오는 중...
취소
저장