From: Enrico Forestieri Date: Sat, 22 Aug 2009 11:23:11 +0000 (+0000) Subject: Correct clean up on pipe server shutdown. X-Git-Tag: 2.0.0~5612 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=96a8d85c7c30cdb8dee759151a930ae7dc6c46ec;p=features.git Correct clean up on pipe server shutdown. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31192 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Server.cpp b/src/Server.cpp index 77c1a5981a..1192428371 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -170,6 +170,7 @@ void LyXComm::pipeServer() CloseHandle(inpipe); } CloseHandle(outpipe_); + CloseHandle(stopserver_); }