X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fmain.cpp;h=a911a4884911399f20ade0e95a203ecb4d54687a;hb=37600b4b217caa5e316984ec0b035c5e8f9698af;hp=62387575431ae0a52d791152b6f237f4b15ebfe7;hpb=7adaa9f4ba16e2c0990a665d39f6750ee8c4b17c;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/main.cpp b/synfig-core/trunk/src/synfig/main.cpp index 6238757..a911a48 100644 --- a/synfig-core/trunk/src/synfig/main.cpp +++ b/synfig-core/trunk/src/synfig/main.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -377,8 +378,10 @@ synfig::Main::~Main() Target::subsys_stop(); synfig::info("Layer::subsys_stop()"); Layer::subsys_stop(); - synfig::info("Module::subsys_stop()"); - Module::subsys_stop(); + /*! \fixme For some reason, uncommenting the next line will cause things to crash. + This needs to be looked into at some point. */ + // synfig::info("Module::subsys_stop()"); + // Module::subsys_stop(); synfig::info("Exiting"); #if defined(HAVE_SIGNAL_H) && defined(SIGPIPE)