aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/runes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runes.c b/src/runes.c
index 9315ac7..1078ee9 100644
--- a/src/runes.c
+++ b/src/runes.c
@@ -17,8 +17,10 @@ int main (int argc, char *argv[])
runes_loop_run(&loop);
+#ifdef RUNES_VALGRIND
runes_term_cleanup(&t);
runes_loop_cleanup(&loop);
+#endif
return 0;
}