mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 05:21:11 +00:00
Remove free() call from the function
This commit is contained in:
parent
68037d15a3
commit
78d4f90747
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue