Delete contents after use.

This commit is contained in:
Brandon Wright 2018-05-14 18:27:06 -05:00
parent 09ea2d0e67
commit df19fc3f11
1 changed files with 2 additions and 0 deletions

View File

@ -405,6 +405,8 @@ bool GLSLShader::load_shader (char *filename)
return false;
}
delete[] contents;
p->program = glCreateProgram ();
glAttachShader (p->program, vertex_shader);