Skip to content

Commit

Permalink
fixes #148, small zone overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rt committed Apr 26, 2017
1 parent b81a35c commit 5a9674f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/filesystem.c
Original file line number Diff line number Diff line change
Expand Up @@ -3213,7 +3213,8 @@ void FS_AddIwdFilesForGameDirectory(const char *path, const char *dir)
search->next = sp;
prev->next = search;
}
/* Sys_FreeFileList(sorted); */

Sys_FreeFileList(pakfiles);
}


Expand Down

0 comments on commit 5a9674f

Please sign in to comment.