mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
- Fix a DIR* memleak when crudefile builds the initial quota.
This commit is contained in:
parent
4deed9245a
commit
05bd18bf6d
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ CF_BuildQuota ()
|
|||
strcpy (file, i->d_name);
|
||||
cf_cursize += CF_GetFileSize (path);
|
||||
}
|
||||
closedir (dir);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue