Commit 74daded6 authored by Sam Hocevar's avatar Sam Hocevar

. kludge con pour �viter que �a segfaulte plus en sortant

parent 9d08c9c6
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 :
......
......@@ -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 );
......
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