diff --git a/shaders/glsl.cpp b/shaders/glsl.cpp index eb2023be..c303cb76 100644 --- a/shaders/glsl.cpp +++ b/shaders/glsl.cpp @@ -405,6 +405,8 @@ bool GLSLShader::load_shader (char *filename) return false; } + delete[] contents; + p->program = glCreateProgram (); glAttachShader (p->program, vertex_shader);