fixed another segfault

This commit is contained in:
Devaev Maxim
2021-01-21 05:22:35 +03:00
parent 66afbccf21
commit bf48908c59

View File

@@ -239,6 +239,7 @@ static PyObject *MemsinkObject_wait_frame(MemsinkObject *self, PyObject *Py_UNUS
# undef SET_VALUE
Py_INCREF(self->frame);
return self->frame;
}