Clear config on destroy

This commit is contained in:
OV2 2018-05-20 19:50:28 +02:00
parent 8b55dd617d
commit d8ef082cfe
1 changed files with 1 additions and 0 deletions

View File

@ -1066,5 +1066,6 @@ void GLSLShader::destroy (void)
pass.clear(); pass.clear();
lut.clear(); lut.clear();
prev_frame.clear(); prev_frame.clear();
conf.Clear();
} }