Refactoring ext/xmlrpc (incompleted)

This commit is contained in:
Xinchen Hui 2014-05-12 19:28:06 +08:00
parent 1be957ebc9
commit b0329185cc
2 changed files with 337 additions and 433 deletions

View File

@ -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