Mercurial > hg > orthanc-stone
changeset 1099:66e21ef2d657 broker
move comment elsewhere
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 25 Oct 2019 14:58:06 +0200 |
parents | 17660df24c36 |
children | 08cc0d47aa94 |
files | Framework/Oracle/ThreadedOracle.cpp |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Oracle/ThreadedOracle.cpp Fri Oct 25 13:01:24 2019 +0200 +++ b/Framework/Oracle/ThreadedOracle.cpp Fri Oct 25 14:58:06 2019 +0200 @@ -389,15 +389,6 @@ else { LOG(INFO) << "Command not enqueued, as the oracle is stopped"; - - /** - * Answering "true" below results in a memory leak within - * "OracleScheduler", as the scheduler believes that the - * command is still active (i.e. pending to be executed by the - * oracle), hereby stalling the scheduler during its - * destruction (check out - * "sjo-playground/WebViewer/Backend/Leak") - **/ return false; } }