diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-05-29 18:08:36 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-05-29 18:08:36 +0000 |
commit | b8a12aa44394dc70acd49895630a4b10824263dd (patch) | |
tree | e50200122d0305d19bfca65689e88a5e0e37e660 | |
parent | ae66c91c938b8e7c6d5b62479f8b65c287fcbf1a (diff) | |
download | vdr-plugin-live-b8a12aa44394dc70acd49895630a4b10824263dd.tar.gz vdr-plugin-live-b8a12aa44394dc70acd49895630a4b10824263dd.tar.bz2 |
- removed comploader.cleanup(), since all components are dropped in the dtor anyway
-rw-r--r-- | httpd/worker.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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"); } |