From 9feb262948c91bad850f2d98b0f97ebf22eb8752 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Wed, 29 Nov 2006 21:57:46 +0000 Subject: [PATCH] Fix crash on Mac Part 3: comment about further investigations git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16115 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lyx_main.C | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lyx_main.C b/src/lyx_main.C index 94888113c9..6c0e575f64 100644 --- a/src/lyx_main.C +++ b/src/lyx_main.C @@ -396,9 +396,14 @@ int LyX::exec(int & argc, char * argv[]) support::os::internal_path(package().temp_dir() + "/lyxsocket"))); exit_status = pimpl_->application_->exec(); + + // FIXME: Do we still need this reset? + // I assume it is the reason for strange Mac crashs + // Test by reverting rev 16110 (Peter) // Kill the application object before exiting. This avoid crash // on exit on Linux. pimpl_->application_.reset(); + // Restore original font resources after Application is destroyed. support::restoreFontResources(); -- 2.39.5