mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-02 05:36:31 +00:00
fixed another segfault
This commit is contained in:
@@ -239,6 +239,7 @@ static PyObject *MemsinkObject_wait_frame(MemsinkObject *self, PyObject *Py_UNUS
|
||||
|
||||
# undef SET_VALUE
|
||||
|
||||
Py_INCREF(self->frame);
|
||||
return self->frame;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user