Skip to content
Snippets Groups Projects
Commit 3c8a1114 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

pipe towers zone

parent fba7d7dd
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@ void AllocFileNeeded(INT32 size)
void FreeFileNeeded(void)
{
if (fileneeded == NULL)
if (fileneeded)
Z_Free(fileneeded);
fileneeded = NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment