summaryrefslogtreecommitdiff
path: root/src/wolff_heisenberg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wolff_heisenberg.cpp')
-rw-r--r--src/wolff_heisenberg.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wolff_heisenberg.cpp b/src/wolff_heisenberg.cpp
index 5403b49..ad3f3c6 100644
--- a/src/wolff_heisenberg.cpp
+++ b/src/wolff_heisenberg.cpp
@@ -138,6 +138,8 @@ int main(int argc, char *argv[]) {
free(H);
+ fftw_cleanup();
+
return 0;
}