Skip to content
Snippets Groups Projects
Commit b698ad31 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed backend populator attempting to remove agent object when instrcuted not to.

parent 1ea98138
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ BackendPopulator::~BackendPopulator() throw() {
params.add("agentObject", agent.getAddressIfSet())
.add("ownedObjectCount", agent.getOwnershipList().size());
m_lc.log(log::WARNING, "In BackendPopulator::~BackendPopulator(): not deleting non-empty agent object, left for garbage collection.");
return;
}
agent.removeAndUnregisterSelf(m_lc);
} catch (cta::exception::Exception & ex) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment