From 51628baed0698e65d4feb0cd0a1e6cabaca3e805 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 2 Feb 2003 23:15:09 +0000 Subject: [PATCH] dont decref this dictionary --- src/python.cc | 1 - 1 file changed, 1 deletion(-) 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(); } -- 2.39.2