From: Dana Jansens Date: Sun, 2 Feb 2003 23:15:09 +0000 (+0000) Subject: dont decref this dictionary X-Git-Tag: openbox-2_3_0~51 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=51628baed0698e65d4feb0cd0a1e6cabaca3e805;p=dana%2Fopenbox.git dont decref this dictionary --- 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(); }