We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3338574 commit cfd818bCopy full SHA for cfd818b
1 file changed
video/out/opengl/ra_gl.c
@@ -777,6 +777,7 @@ static void compile_attach_shader(struct ra *ra, GLuint program,
777
gl->GetTranslatedShaderSourceANGLE(shader, len, NULL, sstr);
778
MP_DBG(ra, "Translated shader:\n");
779
mp_log_source(ra->log, MSGL_DEBUG, sstr);
780
+ talloc_free(sstr);
781
}
782
783
0 commit comments