Commit 9d9f6e02 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

declink: mutex leak

parent 4ac63ab4
......@@ -614,6 +614,7 @@ static void Close( vlc_object_t *p_this )
if( p_sys->p_delegate )
p_sys->p_delegate->Release();
vlc_mutex_destroy( &p_sys->pts_lock );
free( 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