Uncommented the line that stops the module subsystem. There was a warning: "For...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 26 Sep 2007 14:38:22 +0000 (14:38 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 26 Sep 2007 14:38:22 +0000 (14:38 +0000)
git-svn-id: http://svn.voria.com/code@764 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/main.cpp

index 073a9b7..e1977e0 100644 (file)
@@ -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,...)
 {