From: dooglus Date: Wed, 26 Sep 2007 14:38:22 +0000 (+0000) Subject: Uncommented the line that stops the module subsystem. There was a warning: "For... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=b9294592ee39ec8fcc0057b97fe4a198b7fbd196;p=synfig.git Uncommented the line that stops the module subsystem. There was a warning: "For some reason, uncommenting the next line will cause things to crash. This needs to be looked into at some point", but it doesn't seem to cause a crash. git-svn-id: http://svn.voria.com/code@764 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/main.cpp b/synfig-core/trunk/src/synfig/main.cpp index 073a9b7..e1977e0 100644 --- a/synfig-core/trunk/src/synfig/main.cpp +++ b/synfig-core/trunk/src/synfig/main.cpp @@ -373,25 +373,13 @@ synfig::Main::~Main() Importer::subsys_stop(); Target::subsys_stop(); Layer::subsys_stop(); - - /*! \fixme For some reason, uncommenting the next - ** line will cause things to crash. This needs to be - ** looked into at some point. */ - //Module::subsys_stop(); + Module::subsys_stop(); #if defined(HAVE_SIGNAL_H) && defined(SIGPIPE) signal(SIGPIPE, SIG_DFL); #endif } - - - - - - - - void synfig::error(const char *format,...) {