vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Oct 27 16:44:36 2016 +0300| [20efe1e0b534171966a4af5254c9e7d53e639c06] | committer: Rémi Denis-Courmont
cache: remove no-op > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=20efe1e0b534171966a4af5254c9e7d53e639c06 --- src/modules/cache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/cache.c b/src/modules/cache.c index 24f2295..e26dddf 100644 --- a/src/modules/cache.c +++ b/src/modules/cache.c @@ -320,7 +320,6 @@ static module_t *vlc_cache_load_module(vlc_plugin_t *plugin, block_t *file) { module_t *submodule = vlc_module_create(plugin); - free (submodule->pp_shortcuts); LOAD_STRING(submodule->psz_shortname); LOAD_STRING(submodule->psz_longname); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
