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:
parent
f3400c983e
commit
ee218f36e0
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user