Skip to content

Commit

Permalink
Make SonarCould happy
Browse files Browse the repository at this point in the history
  • Loading branch information
meaksh committed Oct 20, 2023
1 parent fb8ab2e commit 455b21c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ public void execute(InputStream xmlInput, Writer output, String callerIp,
request.set(rawRequest);
XmlRpcDispatcher dispatcher = new XmlRpcDispatcher(this, callerIp);
dispatcher.dispatch(xmlInput, output);
server.remove();
proto.remove();
caller.remove();
request.remove();
}

/**
Expand Down

0 comments on commit 455b21c

Please sign in to comment.