Path.Area: return Py_None with ref counting
This commit is contained in:
committed by
Yorik van Havre
parent
cc70774ed2
commit
d6505a0306
@@ -77,6 +77,7 @@ PyObject* FeatureAreaPy::setParams(PyObject *args, PyObject *keywds)
|
||||
//populate properties with the CONF variables
|
||||
PARAM_FOREACH(AREA_GET,AREA_PARAMS_CONF)
|
||||
|
||||
Py_INCREF(Py_None);
|
||||
return Py_None;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user