mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +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?
|
// I think that's everything we need?
|
||||||
free(infobuffer);
|
Z_Free(infobuffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue