mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-25 03:41:02 +00:00
Free the banned struct on SOCK_ClearBans.
This commit is contained in:
parent
7c92a7efbb
commit
36e44f2f6f
1 changed files with 1 additions and 0 deletions
|
@ -1655,6 +1655,7 @@ static void SOCK_ClearBans(void)
|
|||
{
|
||||
numbans = 0;
|
||||
banned_size = 0;
|
||||
Z_Free(banned);
|
||||
banned = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue