# HG changeset patch # User Sebastien Jodogne # Date 1572008286 -7200 # Node ID 66e21ef2d6578fb08eb828ea9ee0c7f65805a50c # Parent 17660df24c36e772669fc2f20f9ffa9a3792cbe5 move comment elsewhere diff -r 17660df24c36 -r 66e21ef2d657 Framework/Oracle/ThreadedOracle.cpp --- 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; } }