From b8a12aa44394dc70acd49895630a4b10824263dd Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Tue, 29 May 2007 18:08:36 +0000 Subject: - removed comploader.cleanup(), since all components are dropped in the dtor anyway --- httpd/worker.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/httpd/worker.cpp b/httpd/worker.cpp index fc8a271..7552db9 100644 --- a/httpd/worker.cpp +++ b/httpd/worker.cpp @@ -77,7 +77,6 @@ namespace tnt { cxxtools::MutexLock lock(mutex); workers.erase(this); - comploader.cleanup(); log_debug("delete worker " << threadId << " - " << workers.size() << " threads left - " << application.getQueue().getWaitThreadCount() << " waiting threads"); } -- cgit v1.2.3