git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7224 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-05-26 20:42:24 +00:00
commit 7f31cd5d0f

View file

@ -19,6 +19,7 @@ t_output_helper(PyObject* target, PyObject* o) {
PyList_SetItem(target, 0, o2);
}
PyList_Append(target,o);
Py_DECREF(o);
}
return target;
}