Remove free() call from the function

This commit is contained in:
Steel Titanium 2018-06-23 14:39:26 -04:00
parent e95f3eb206
commit 7f11010b42
1 changed files with 0 additions and 1 deletions

View File

@ -208,6 +208,5 @@ void M_FindResponseFile(void)
CONS_Printf("%s\n", myargv[k]);
break;
free(file); // Needs to be called after everything else, or we would end up with garbage data
}
}