]> git.lyx.org Git - lyx.git/commitdiff
Fix crash on Mac
authorPeter Kümmel <syntheticpp@gmx.net>
Wed, 29 Nov 2006 21:57:46 +0000 (21:57 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Wed, 29 Nov 2006 21:57:46 +0000 (21:57 +0000)
    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

index 94888113c9884018f48c334993d5674e72422045..6c0e575f64b901b5a6be9f4f731864cc36e19172 100644 (file)
@@ -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();