]> git.sesse.net Git - vlc/commitdiff
* src/skin_main.cpp: do not delete the input a second time !
authorCyril Deguet <asmax@videolan.org>
Sun, 29 Feb 2004 17:36:55 +0000 (17:36 +0000)
committerCyril Deguet <asmax@videolan.org>
Sun, 29 Feb 2004 17:36:55 +0000 (17:36 +0000)
modules/gui/skins2/src/skin_main.cpp

index 9626be4503bdc5d83d1d0e659a9963dbc466090c..084f46325e0e9dd8a0403fe0ecde077b54d56720 100644 (file)
@@ -2,7 +2,7 @@
  * skin_main.cpp
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: skin_main.cpp,v 1.8 2004/02/29 14:05:14 asmax Exp $
+ * $Id: skin_main.cpp,v 1.9 2004/02/29 17:36:55 asmax Exp $
  *
  * Authors: Cyril Deguet     <asmax@via.ecp.fr>
  *          Olivier Teulière <ipkiss@via.ecp.fr>
@@ -141,11 +141,6 @@ static void Close( vlc_object_t *p_this )
     VlcProc::destroy( p_intf );
     OSFactory::destroy( p_intf );
 
-    if( p_intf->p_sys->p_input )
-    {
-        vlc_object_release( p_intf->p_sys->p_input );
-    }
-
     if( p_intf->p_sys->p_playlist )
     {
         vlc_object_release( p_intf->p_sys->p_playlist );