Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions clayer/pysertype.c
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,9 @@ ddspy_topic_create(PyObject *self, PyObject *args)

if (sertype == NULL) return NULL;

Py_BEGIN_ALLOW_THREADS
sts = dds_create_topic_sertype(participant, name, (struct ddsi_sertype **) &sertype, qos, listener, NULL);
Py_END_ALLOW_THREADS

if (PyErr_Occurred() || sts < 0) {
ddsi_sertype_unref((struct ddsi_sertype *) sertype);
Expand Down