mirror of https://github.com/python/cpython.git
parent
b456e4f25b
commit
f8b6de168b
|
@ -174,6 +174,7 @@ zipimporter_dealloc(ZipImporter *self)
|
|||
{
|
||||
PyObject_GC_UnTrack(self);
|
||||
Py_XDECREF(self->archive);
|
||||
Py_XDECREF(self->prefix);
|
||||
Py_XDECREF(self->files);
|
||||
self->ob_type->tp_free((PyObject *)self);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue