diff options
Diffstat (limited to 'src/python.cc')
| -rw-r--r-- | src/python.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } |
