]> git.sesse.net Git - vlc/commitdiff
. kludge con pour �viter que �a segfaulte plus en sortant
authorSam Hocevar <sam@videolan.org>
Sun, 18 Jun 2000 20:20:42 +0000 (20:20 +0000)
committerSam Hocevar <sam@videolan.org>
Sun, 18 Jun 2000 20:20:42 +0000 (20:20 +0000)
ChangeLog
src/interface/interface.c

index 16097bcce8fbd76a1c21a5ba5c2fa9d39f7596d1..864f84caf1c64757052f21d6f39fe91d30af41f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Sun Jun 18 18:54:48 CEST 2000
+0.1.99c :
+
+ * fixed Makefile.in for debug version
+ * catched Delete Window event in Gnome and X11 modes
+ * fixed manpage
+ * GGI output now works
+ * fixed a segfault on exit for the Gnome plugin
+
 Sat Jun 17 03:35:02 CEST 2000
 0.1.99b :
 
index f1cfc0780dc4d4c3d2bd925cbe2fbc4f19b7a392..b62abe583096accdd0c4850cb61ac9fc948a2d8d 100644 (file)
@@ -210,6 +210,10 @@ void intf_Destroy( intf_thread_t *p_intf )
     /* Unload channels */
     UnloadChannels( p_intf );
 
+    /* XXX: Close plugin - we don't do it because it makes the Gnome
+     * plugin segfaulting */
+    /*TrashPlugin( p_intf->intf_plugin );*/
+
     /* Close plugin */
     TrashPlugin( p_intf->intf_plugin );