aboutsummaryrefslogtreecommitdiff
path: root/src/exhaustive
diff options
context:
space:
mode:
authorJ08nY2017-10-15 01:48:24 +0200
committerJ08nY2017-10-15 01:48:24 +0200
commit533542ee2b29f5f1ad490ffe00673a9ec50d375b (patch)
tree0ba29a8e7e0427266d8002015656f637699c193c /src/exhaustive
parenta6289893431c59bec9eec2493a955d8e05018dfc (diff)
downloadecgen-533542ee2b29f5f1ad490ffe00673a9ec50d375b.tar.gz
ecgen-533542ee2b29f5f1ad490ffe00673a9ec50d375b.tar.zst
ecgen-533542ee2b29f5f1ad490ffe00673a9ec50d375b.zip
Diffstat (limited to 'src/exhaustive')
-rw-r--r--src/exhaustive/exhaustive.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exhaustive/exhaustive.c b/src/exhaustive/exhaustive.c
index 5bfdffb..3bc9167 100644
--- a/src/exhaustive/exhaustive.c
+++ b/src/exhaustive/exhaustive.c
@@ -305,6 +305,7 @@ static void exhaustive_init(exhaustive_t *setup) {
}
static void exhaustive_quit(exhaustive_t *setup) {
+ field_quit();
equation_quit();
anomalous_quit();
exhaustive_clear(setup);