Commit 077b6674 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

This is still buggy.

parent 9f0d9b4f
......@@ -475,7 +475,9 @@ static void *Thread( void *obj )
if (p_mi != NULL)
{
/* FIXME: are we sure that video window is already destroyed? */
#warning BUG!
/* FIXME: the video window may still be registerd at this point */
/* See LP#448082 as an example. */
p_intf->p_sys->p_mi = NULL;
/* Destroy first the main interface because it is connected to some
......
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