]> git.sesse.net Git - vlc/blobdiff - src/misc/modules.c
Complete rewrite of vlc_symbols.h generation (closes #155)
[vlc] / src / misc / modules.c
index eb04416e0dc1dfeb847be6a81c48afcddf6c0a99..e29267750274fd7d37e90c02fdc9aa9fe7973050 100644 (file)
@@ -95,6 +95,7 @@
 #include "osd.h"
 #include "vlc_httpd.h"
 #include "vlc_tls.h"
+#include "vlc_md5.h"
 #include "vlc_xml.h"
 
 #include "iso_lang.h"
 
 #include "vlc_image.h"
 
-#ifdef HAVE_DYNAMIC_PLUGINS
-#   include "modules_plugin.h"
-#endif
-
 #if defined( _MSC_VER ) && defined( UNDER_CE )
 #    include "modules_builtin_evc.h"
 #elif defined( _MSC_VER )
@@ -1626,6 +1623,7 @@ static void CacheLoad( vlc_object_t *p_this )
         DeleteFile( psz_wf );
 #endif
         msg_Dbg( p_this, "removing plugins cache file %s", psz_filename );
+        free( psz_filename );
         return;
     }