loolwsd/LOOLForKit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a000a1e27476047d7a2b8abc6f0f206ce02cb224 Author: Ashod Nakashian <[email protected]> Date: Sun Apr 17 12:02:32 2016 -0400 loolwsd: forkit exits without cleanup to avoid LO Core assertions Change-Id: Ic9033b7d33f2ef114615950f01eab5904faa2ca7 Reviewed-on: https://gerrit.libreoffice.org/24165 Reviewed-by: Ashod Nakashian <[email protected]> Tested-by: Ashod Nakashian <[email protected]> diff --git a/loolwsd/LOOLForKit.cpp b/loolwsd/LOOLForKit.cpp index a6fd559..a12110a 100644 --- a/loolwsd/LOOLForKit.cpp +++ b/loolwsd/LOOLForKit.cpp @@ -322,7 +322,7 @@ int main(int argc, char** argv) UnitKit::get().returnValue(returnValue); Log::info("ForKit process finished."); - return returnValue; + std::_Exit(returnValue); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
