]> git.sesse.net Git - vlc/blobdiff - plugins/gtk/gtk.c
* Fixed a bug that made vlc segfault when choosing a program, change to
[vlc] / plugins / gtk / gtk.c
index 7d4ead163eb287848a410c0a779b34c51c63062a..acf8ddd550ccceaec3ccd007c1163a87e83dd502 100644 (file)
@@ -2,7 +2,7 @@
  * gtk.c : Gtk+ plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000-2001 VideoLAN
- * $Id: gtk.c,v 1.14 2002/03/11 20:14:16 gbazin Exp $
+ * $Id: gtk.c,v 1.15 2002/03/25 02:06:24 jobi Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *      
@@ -250,6 +250,7 @@ static void intf_Run( intf_thread_t *p_intf )
     p_intf->p_sys->p_modules = NULL;
     p_intf->p_sys->p_fileopen = NULL;
     p_intf->p_sys->p_disc = NULL;
+    p_intf->p_sys->p_sat = NULL;
     p_intf->p_sys->p_network = NULL;
     p_intf->p_sys->p_jump = NULL;