removed frame name

This commit is contained in:
Devaev Maxim
2021-03-30 10:02:03 +03:00
parent c1d7bd1595
commit 3c7075d0d2
11 changed files with 15 additions and 25 deletions

View File

@@ -78,7 +78,7 @@ static int MemsinkObject_init(MemsinkObject *self, PyObject *args, PyObject *kwa
# undef SET_DOUBLE
self->frame = frame_init("memsink_client");
self->frame = frame_init();
if ((self->fd = shm_open(self->obj, O_RDWR, 0)) == -1) {
PyErr_SetFromErrno(PyExc_OSError);