From b9294592ee39ec8fcc0057b97fe4a198b7fbd196 Mon Sep 17 00:00:00 2001 From: dooglus Date: Wed, 26 Sep 2007 14:38:22 +0000 Subject: [PATCH] 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 --- synfig-core/trunk/src/synfig/main.cpp | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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,...) { -- 2.7.4