mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-14 00:40:46 +00:00
Z_Free not free.
This commit is contained in:
parent
d579ee36bf
commit
824381d281
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…
Reference in a new issue