filesystem: pak: no need to free files ptr anymore

This commit is contained in:
Alibek Omarov 2022-12-17 00:25:20 +03:00
parent f3400c983e
commit ee218f36e0

View File

@ -315,8 +315,6 @@ FS_Close_PAK
*/
static void FS_Close_PAK( searchpath_t *search )
{
if( search->pack->files )
Mem_Free( search->pack->files );
if( search->pack->handle >= 0 )
close( search->pack->handle );
Mem_Free( search->pack );