diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-02 23:15:09 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-02 23:15:09 +0000 |
| commit | 51628baed0698e65d4feb0cd0a1e6cabaca3e805 (patch) | |
| tree | ef5575c9b01ef66e3bc075e5840a3b8dba168cff /src/python.cc | |
| parent | c2527df85a011041e3c78abcc4e6789c0a204542 (diff) | |
dont decref this dictionary
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(); } |
