vo_corevideo: uninitialize CoreVideo objects before OpenGL

This commit is contained in:
wm4 2012-10-20 21:01:42 +02:00
parent 4d11f32162
commit 821c01a5f5
1 changed files with 1 additions and 1 deletions

View File

@ -280,8 +280,8 @@ static void uninit(struct vo *vo)
struct priv *p = vo->priv;
if (p->osd)
mpgl_osd_destroy(p->osd);
mpgl_uninit(p->mpglctx);
release_cv_entities(vo);
mpgl_uninit(p->mpglctx);
}