mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix double free in F_DisclaimerDrawScene
This commit is contained in:
parent
730817437f
commit
2bc281b278
1 changed files with 4 additions and 4 deletions
|
|
@ -682,7 +682,7 @@ static void F_DisclaimerDrawScene(void)
|
||||||
V_DrawString(16, 102, textalpha, twoText);
|
V_DrawString(16, 102, textalpha, twoText);
|
||||||
V_DrawString(16, 142, textalpha, redText);
|
V_DrawString(16, 142, textalpha, redText);
|
||||||
|
|
||||||
Z_Free(newText);
|
Z_Free(redText);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue