summaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 6d4db629e1..6e2a30adf2 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -586,6 +586,9 @@ free_all_mem(void)
# ifdef FEAT_QUICKFIX
check_quickfix_busy();
# endif
+# ifdef FEAT_EVAL
+ free_resub_eval_result();
+# endif
}
#endif