[Libreoffice-commits] online.git: loolwsd/ChildProcessSession.cpp
Henry Castro
hcastro at collabora.com
Mon Dec 28 14:37:34 PST 2015
loolwsd/ChildProcessSession.cpp | 2 --
1 file changed, 2 deletions(-)
New commits:
commit ceac0a24da3c889b5dd762c0cbfab95b4a257adc
Author: Henry Castro <hcastro at collabora.com>
Date: Mon Dec 28 18:37:31 2015 -0400
loolwsd: avoid double child socket shutdown
diff --git a/loolwsd/ChildProcessSession.cpp b/loolwsd/ChildProcessSession.cpp
index 06b997c..2fce67a 100644
--- a/loolwsd/ChildProcessSession.cpp
+++ b/loolwsd/ChildProcessSession.cpp
@@ -68,8 +68,6 @@ ChildProcessSession::~ChildProcessSession()
if (LIBREOFFICEKIT_HAS(_loKit, registerCallback))
_loKit->pClass->registerCallback(_loKit, 0, 0);
-
- Util::shutdownWebSocket(*_ws);
}
bool ChildProcessSession::_handleInput(const char *buffer, int length)
More information about the Libreoffice-commits
mailing list