summaryrefslogtreecommitdiff
path: root/src/syncServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/syncServer.cpp')
-rw-r--r--src/syncServer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syncServer.cpp b/src/syncServer.cpp
index 130d5b6..e4f6434 100644
--- a/src/syncServer.cpp
+++ b/src/syncServer.cpp
@@ -48,7 +48,7 @@ SyncServer::~SyncServer()
std::list<AcceptorsElement>::iterator it = acceptors_.begin();
for(;it != acceptors_.end(); ++it) {
/// this might be a needed by a running thread, TODO cleanup
- delete(it->acceptor_);
+// delete(it->acceptor_);
}
}