mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 01:38:13 +00:00
Free the banned struct on SOCK_ClearBans.
This commit is contained in:
parent
1667b050b2
commit
6e26aff1e3
1 changed files with 1 additions and 0 deletions
|
|
@ -1683,6 +1683,7 @@ static void SOCK_ClearBans(void)
|
|||
{
|
||||
numbans = 0;
|
||||
banned_size = 0;
|
||||
Z_Free(banned);
|
||||
banned = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue