diff --git a/loolwsd/LOOLForKit.cpp b/loolwsd/LOOLForKit.cpp index 14150a99e..e6f6c15fc 100644 --- a/loolwsd/LOOLForKit.cpp +++ b/loolwsd/LOOLForKit.cpp @@ -89,6 +89,7 @@ static int createLibreOfficeKit(const std::string& childRoot, if (!(pid = fork())) { // quicker than a generic socket closing approach. + // (but pipeFd is a pipe, not a socket...?) close(pipeFd); // child