mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Remove free() call from the function
This commit is contained in:
parent
e95f3eb206
commit
7f11010b42
1 changed files with 0 additions and 1 deletions
|
@ -208,6 +208,5 @@ void M_FindResponseFile(void)
|
||||||
CONS_Printf("%s\n", myargv[k]);
|
CONS_Printf("%s\n", myargv[k]);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
free(file); // Needs to be called after everything else, or we would end up with garbage data
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue