X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fmain.cpp;h=112de0e77d911ae1574d9ff6e6fcef12df16420a;hb=312e59b1685ed1acc688035b62700ca413294c2f;hp=e1977e04e54ebce4fff006bf8bc4763dd8d7a0cd;hpb=b9294592ee39ec8fcc0057b97fe4a198b7fbd196;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/main.cpp b/synfig-core/trunk/src/synfig/main.cpp index e1977e0..112de0e 100644 --- a/synfig-core/trunk/src/synfig/main.cpp +++ b/synfig-core/trunk/src/synfig/main.cpp @@ -369,12 +369,20 @@ synfig::Main::~Main() } } + synfig::info("ValueNode::subsys_stop()"); ValueNode::subsys_stop(); + synfig::info("Importer::subsys_stop()"); Importer::subsys_stop(); + synfig::info("Target::subsys_stop()"); Target::subsys_stop(); + synfig::info("Layer::subsys_stop()"); Layer::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) signal(SIGPIPE, SIG_DFL); #endif