2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

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 );