diff --git a/src/i_tcp.c b/src/i_tcp.c index 2501cc5b9..e7286686f 100644 --- a/src/i_tcp.c +++ b/src/i_tcp.c @@ -1683,6 +1683,7 @@ static void SOCK_ClearBans(void) { numbans = 0; banned_size = 0; + Z_Free(banned); banned = NULL; }