diff options
| author | J08nY | 2017-10-15 01:48:24 +0200 |
|---|---|---|
| committer | J08nY | 2017-10-15 01:48:24 +0200 |
| commit | 533542ee2b29f5f1ad490ffe00673a9ec50d375b (patch) | |
| tree | 0ba29a8e7e0427266d8002015656f637699c193c /src/exhaustive | |
| parent | a6289893431c59bec9eec2493a955d8e05018dfc (diff) | |
| download | ecgen-533542ee2b29f5f1ad490ffe00673a9ec50d375b.tar.gz ecgen-533542ee2b29f5f1ad490ffe00673a9ec50d375b.tar.zst ecgen-533542ee2b29f5f1ad490ffe00673a9ec50d375b.zip | |
Diffstat (limited to 'src/exhaustive')
| -rw-r--r-- | src/exhaustive/exhaustive.c | 1 |
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); |
