dont decref this dictionary
This commit is contained in:
parent
c2527df85a
commit
51628baed0
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ void python_init(char *argv0)
|
||||||
|
|
||||||
void python_destroy()
|
void python_destroy()
|
||||||
{
|
{
|
||||||
Py_DECREF(obdict);
|
|
||||||
Py_Finalize();
|
Py_Finalize();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue