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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user