mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-17 01:21:12 +00:00
Stopfe ein Speicherleck
This commit is contained in:
parent
4c14053424
commit
5d2d2ab83b
1 changed files with 0 additions and 1 deletions
|
@ -1200,7 +1200,6 @@ FS_AddGameDirectory(const char *dir)
|
|||
if (pack == NULL)
|
||||
continue;
|
||||
|
||||
search = Z_Malloc(sizeof(fsSearchPath_t));
|
||||
search->pack = pack;
|
||||
search->next = fs_searchPaths;
|
||||
fs_searchPaths = search;
|
||||
|
|
Loading…
Reference in a new issue