mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-26 11:10:55 +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;
|
numbans = 0;
|
||||||
banned_size = 0;
|
banned_size = 0;
|
||||||
|
Z_Free(banned);
|
||||||
banned = NULL;
|
banned = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue