mirror of
https://github.com/php/php-src.git
synced 2024-12-16 21:37:49 +08:00
Refactoring ext/xmlrpc (incompleted)
This commit is contained in:
parent
1be957ebc9
commit
b0329185cc
@ -2394,7 +2394,7 @@ void XMLRPC_ServerDestroy(XMLRPC_SERVER server) {
|
|||||||
my_free(sm);
|
my_free(sm);
|
||||||
sm = Q_Next(&server->methodlist);
|
sm = Q_Next(&server->methodlist);
|
||||||
}
|
}
|
||||||
if(server->xIntrospection) {
|
if (server->xIntrospection) {
|
||||||
XMLRPC_CleanupValue(server->xIntrospection);
|
XMLRPC_CleanupValue(server->xIntrospection);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user