Added a call to delete the static instance of a Falloff factory

This commit is contained in:
Harry Moffat 2003-10-15 16:21:49 +00:00
parent 16378683d7
commit d456c04a55

View file

@ -20,6 +20,7 @@
#include "xml.h"
#include "ctml.h"
#include "SpeciesThermoFactory.h"
#include "FalloffFactory.h"
#ifndef WIN32
#include "ctdir.h"
@ -90,6 +91,7 @@ namespace Cantera {
__app = 0;
}
SpeciesThermoFactory::deleteFactory();
FalloffFactory::deleteFalloffFactory();
Unit::deleteUnit();
}