We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71ac99 commit c186561Copy full SHA for c186561
stringdtype/stringdtype/src/dtype.c
@@ -704,6 +704,7 @@ stringdtype_dealloc(StringDTypeObject *self)
704
npy_string_free(&self->packed_default_string, self->allocator);
705
npy_string_free(&self->packed_na_name, self->allocator);
706
npy_string_free_allocator(self->allocator);
707
+ PyThread_free_lock(self->allocator_lock);
708
}
709
PyArrayDescr_Type.tp_dealloc((PyObject *)self);
710
0 commit comments