Stopfe ein Speicherleck

This commit is contained in:
Yamagi Burmeister 2010-10-18 07:11:56 +00:00
parent 4c14053424
commit 5d2d2ab83b

View file

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