[Libreoffice-commits] core.git: desktop/source
Stephan Bergmann
sbergman at redhat.com
Tue Mar 22 16:51:44 UTC 2016
desktop/source/app/officeipcthread.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 50f7123962ee31a1aefece81c91864460a29493e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Mar 22 17:51:11 2016 +0100
Closing is implicitly done in the osl::Pipe dtor, anyway
Change-Id: I6002e42c75d68de9f999b481f41f18f5f765266b
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index 42d89cc..d2764d5 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -653,7 +653,6 @@ OfficeIPCThread::OfficeIPCThread() :
OfficeIPCThread::~OfficeIPCThread()
{
- maPipe.close();
}
void OfficeIPCThread::SetReady()
More information about the Libreoffice-commits
mailing list