summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r--Python/pythonrun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index f5465c5..ec31af1 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -473,6 +473,7 @@ Py_Finalize(void)
PyString_Fini();
PyInt_Fini();
PyFloat_Fini();
+ PyDict_Fini();
#ifdef Py_USING_UNICODE
/* Cleanup Unicode implementation */