Commit 336c8288 authored by Just van Rossum's avatar Just van Rossum

- added missing decref

- whitespace normalization
parent 8962c2fd
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment