vo_opengl: fix giant memory leaks with icc profiles

Well this was dumb.
This commit is contained in:
wm4 2016-06-03 20:03:49 +02:00
parent 645a0d7791
commit 2d76c145c3
1 changed files with 2 additions and 0 deletions

View File

@ -649,6 +649,8 @@ static bool gl_video_get_lut3d(struct gl_video *p, enum mp_csp_prim prim,
debug_check_gl(p, "after 3d lut creation");
talloc_free(lut3d);
return true;
}