1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 06:54:39 -04:00

Fixed cleanup method on shader classes. Fixes #1179

This commit is contained in:
f4exb
2022-03-18 19:15:17 +01:00
parent cbdf46098d
commit 232fd689d4
6 changed files with 19 additions and 2 deletions
+1
View File
@@ -2074,6 +2074,7 @@ void GLScope::cleanup()
{
//makeCurrent();
m_glShaderSimple.cleanup();
m_glShaderColors.cleanup();
m_glShaderBottom1Scale.cleanup();
m_glShaderBottom2Scale.cleanup();
m_glShaderLeft1Scale.cleanup();