This commit is contained in:
Erik Frojdh 2023-06-02 09:30:16 +02:00
parent 81ccef6e35
commit 1985beca05

View File

@ -38,7 +38,7 @@ static int ClusterFileReader_init(ClusterFileReader *self, PyObject *args,
rc = -1; rc = -1;
} }
//Release buffer //Release buffer
Py_DECREF(buf) Py_DECREF(buf);
// Success or fail // Success or fail
return rc; return rc;