Added a call to delete the static instance of a Falloff factory
This commit is contained in:
parent
16378683d7
commit
d456c04a55
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue