fix
This commit is contained in:
parent
81ccef6e35
commit
1985beca05
@ -38,7 +38,7 @@ static int ClusterFileReader_init(ClusterFileReader *self, PyObject *args,
|
||||
rc = -1;
|
||||
}
|
||||
//Release buffer
|
||||
Py_DECREF(buf)
|
||||
Py_DECREF(buf);
|
||||
|
||||
// Success or fail
|
||||
return rc;
|
||||
|
Reference in New Issue
Block a user