Fix memory leak on +beI

This commit is contained in:
Bram Matthys 2021-08-14 18:36:01 +02:00
parent a43637d55d
commit eac417d66a
No known key found for this signature in database
GPG key ID: BF8116B163EAAE98

View file

@ -724,6 +724,7 @@ char *mode_ban_handler(Client *client, Channel *channel, char *param, int what,
safe_free(b);
return NULL;
}
safe_free(b);
}
}
}