Amichai Rothman created ARIES-2215:
--------------------------------------
Summary: Service reference leak in
RemoteServiceAdminCore.exportService
Key: ARIES-2215
URL: https://issues.apache.org/jira/browse/ARIES-2215
Project: Aries
Issue Type: Bug
Reporter: Amichai Rothman
RemoteServiceAdminCore.exportService calls getService, passing the reference,
passing the reference to the returned export registration which will eventually
unget it when the export is closed.
However, if an error occurs in this method and an invalid export registration
is returned (with an exception instead of a reference) or null is returned,
ungetService is never called and the reference is leaked.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)