Client: Fix double free properly for Vox_Shutdown

This commit is contained in:
Marco Cawthorne 2021-01-24 03:03:36 +01:00
parent 4e7829de53
commit 31cf4e5b10
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ Vox_Update(void)
void
Vox_Shutdown(void)
{
if (g_voxque)
if (g_voxcount)
memfree(g_voxque);
g_voxcount = 0;