diff --git a/module.cpp b/module.cpp index 77556d6..53e4749 100644 --- a/module.cpp +++ b/module.cpp @@ -85,7 +85,6 @@ static PyObject *hash128(PyObject *self, PyObject *args) return NULL; } - /* TODO: Does tmp[] need to be Py_DECREF()'d on error? */ for (i = 0; i < 4; i++) { tmp[i] = PyLong_FromUnsignedLong(out[i]); if (!tmp[i]) {