Z_Free not free.

This commit is contained in:
Sryder 2019-04-09 20:15:35 +01:00
parent d579ee36bf
commit 824381d281
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }
// //