[vlc-devel] commit: This is still buggy. ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Feb 28 18:11:13 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 28 19:10:46 2010 +0200| [077b6674a9f0f9c322b6a8d2d53b8d0890a4a112] | committer: Rémi Denis-Courmont 

This is still buggy.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=077b6674a9f0f9c322b6a8d2d53b8d0890a4a112
---

 modules/gui/qt4/qt4.cpp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index 276aabf..eba2231 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -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




More information about the vlc-devel mailing list