filesystem: pak: no need to free files ptr anymore
This commit is contained in:
parent
f3400c983e
commit
ee218f36e0
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue