dont decref this dictionary

This commit is contained in:
Dana Jansens 2003-02-02 23:15:09 +00:00
parent c2527df85a
commit 51628baed0

View file

@ -44,7 +44,6 @@ void python_init(char *argv0)
void python_destroy()
{
Py_DECREF(obdict);
Py_Finalize();
}