1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 21:23:12 +02:00

Fix memory leak in rpc-user::rpc-class (at least this one is small)

This commit is contained in:
Bram Matthys
2024-07-16 09:33:45 +02:00
parent 34d23c8b5c
commit cabd7c1ede
+1
View File
@@ -273,6 +273,7 @@ void free_config(void)
safe_free(e->name);
free_security_group(e->match);
Auth_FreeAuthConfig(e->auth);
safe_free(e->rpc_class);
safe_free(e);
}
rpcusers = NULL;