1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 14:43:13 +02:00

Fix a memory leak in the xmlrpc module.

This commit is contained in:
Sadie Powell
2025-03-10 11:07:29 +00:00
parent e221c7642a
commit b96dbfc9ba
+1
View File
@@ -109,6 +109,7 @@ public:
{
xmlrpc_env_set_fault(&env, RPC::ERR_METHOD_NOT_FOUND, "Method not found");
SendError(reply, env);
xmlrpc_DECREF(params);
return true;
}