summaryrefslogtreecommitdiffstats
path: root/opengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'opengl.c')
-rw-r--r--opengl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl.c b/opengl.c
index 8fb4e153e..4d6d65947 100644
--- a/opengl.c
+++ b/opengl.c
@@ -246,6 +246,7 @@ glx_init_blur(session_t *ps) {
#endif
}
ps->glx_frag_shader_blur = glx_create_shader(GL_FRAGMENT_SHADER, shader_str);
+ free(shader_str);
}
if (!ps->glx_frag_shader_blur) {