diff --git a/src/python.cc b/src/python.cc index 179e7372..27434074 100644 --- a/src/python.cc +++ b/src/python.cc @@ -44,7 +44,6 @@ void python_init(char *argv0) void python_destroy() { - Py_DECREF(obdict); Py_Finalize(); }