1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-24 20:48:52 +02:00

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

This commit is contained in:
Gildas Bazin 2005-06-01 20:05:02 +00:00
parent 9a35ceb86e
commit c0156dd0c5

View File

@ -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;
}