mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 22:11:01 +00:00
Z_Free not free.
This commit is contained in:
parent
04895c72d3
commit
19bd6b225c
1 changed files with 1 additions and 1 deletions
|
|
@ -7048,7 +7048,7 @@ void G_LoadDemoInfo(menudemo_t *pdemo)
|
|||
}
|
||||
|
||||
// I think that's everything we need?
|
||||
free(infobuffer);
|
||||
Z_Free(infobuffer);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue