# HG changeset patch # User Sebastien Jodogne # Date 1435833055 -7200 # Node ID 9de4fa64e29c7140bfd62558c5ccf61e57301d6e # Parent c0bdc47165eff581018b1df8eb419e4d2bedfb40 fix diff -r c0bdc47165ef -r 9de4fa64e29c OrthancServer/DicomProtocol/DicomServer.cpp --- a/OrthancServer/DicomProtocol/DicomServer.cpp Thu Jul 02 12:26:44 2015 +0200 +++ b/OrthancServer/DicomProtocol/DicomServer.cpp Thu Jul 02 12:30:55 2015 +0200 @@ -424,6 +424,8 @@ { pimpl_->thread_.join(); } + + bagOfDispatchers_.Finalize(); } }