Commit c0156dd0 authored by Gildas Bazin's avatar Gildas Bazin

* src/misc/modules.c: missing free().

parent 9a35ceb8
......@@ -1627,6 +1627,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;
}
......
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