git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8903
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Py_DECREF(arg);
// set ThisOwn
- PyObject_SetAttrString(_resultobj, "thisown", PyInt_FromLong(1));
+ PyObject* one = PyInt_FromLong(1);
+ PyObject_SetAttrString(_resultobj, "thisown", one);
+ Py_DECREF(one);
}
} else {
Py_INCREF(Py_None);
Py_DECREF(arg);
// set ThisOwn
- PyObject_SetAttrString(_resultobj, "thisown", PyInt_FromLong(1));
+ PyObject* one = PyInt_FromLong(1);
+ PyObject_SetAttrString(_resultobj, "thisown", one);
+ Py_DECREF(one);
}
} else {
Py_INCREF(Py_None);