opengl-tutorials/ogl

common/texture.cpp crash bug

genleung opened this issue · 0 comments

line 75:
fclose(file);
is redundant and there is another invocation of fclose() in line 61.

This bug may crash the program.