Esempio n. 1
0
PythonImageList::~PythonImageList()
{
	Python_delete_assoc(this);
}
Esempio n. 2
0
	~CPythonWinThread() {
		Py_XDECREF(obFunc);
		Py_XDECREF(obArgs);
		Python_delete_assoc(this);
	}