summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 8f09073776..cce99cd131 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1405,6 +1405,9 @@ getout(exitval)
#ifdef FEAT_PYTHON
python_end();
#endif
+#ifdef FEAT_PYTHON3
+ python3_end();
+#endif
#ifdef FEAT_PERL
perl_end();
#endif