Commit 4bdf4fd0 authored by Laurent Aimar's avatar Laurent Aimar

More logical closing sequence (d3d)

parent 8df18e2d
......@@ -225,10 +225,10 @@ static void CloseVideo( vlc_object_t *p_this )
{
vout_thread_t * p_vout = (vout_thread_t *)p_this;
Direct3DVoutRelease( p_vout );
CommonClean( p_vout );
Direct3DVoutRelease( p_vout );
free( p_vout->p_sys );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment