Commit 0c400688 authored by Felix Paul Kühne's avatar Felix Paul Kühne

plugin cache: do not re-write the cache file unless explicitly requested by...

plugin cache: do not re-write the cache file unless explicitly requested by the user (closes #14519)
parent 998d544a
......@@ -411,6 +411,7 @@ static void AllocatePluginPath (vlc_object_t *p_this, const char *path,
free (cache[i].path);
}
free( cache );
break;
case CACHE_RESET:
CacheSave (p_this, path, bank.cache, bank.i_cache);
case CACHE_IGNORE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment