]> git.sesse.net Git - vlc/commitdiff
* src/misc/modules.c: reverted 11984 which breaks the plugins cache.
authorGildas Bazin <gbazin@videolan.org>
Wed, 3 Aug 2005 21:33:37 +0000 (21:33 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 3 Aug 2005 21:33:37 +0000 (21:33 +0000)
src/misc/modules.c

index c783013c86222fd350f0a0511dfd408e2e91bc41..443d88526e36a7967868589de6d866662b7d10c4 100644 (file)
@@ -254,7 +254,6 @@ void __module_EndBank( vlc_object_t *p_this )
     if( p_bank->b_cache ) CacheSave( p_this );
     while( p_bank->i_loaded_cache-- )
     {
-        DeleteModule( p_bank->pp_loaded_cache[p_bank->i_loaded_cache]->p_module );
         free( p_bank->pp_loaded_cache[p_bank->i_loaded_cache]->psz_file );
         free( p_bank->pp_loaded_cache[p_bank->i_loaded_cache] );
     }