X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2Ftaglist.c;h=d606ab3a8d17e02e561f32a5ecb169b4fe254239;hb=3477d799207e51e1cde8d1d8792ae838cc1f2835;hp=182e8bbd97c836739272e290e9968a5a8960cba0;hpb=0288babb81e62bf607d8c2e428b577756b655fed;p=swftools.git diff --git a/lib/python/taglist.c b/lib/python/taglist.c index 182e8bb..d606ab3 100644 --- a/lib/python/taglist.c +++ b/lib/python/taglist.c @@ -284,7 +284,6 @@ static void taglist_dealloc(PyObject* self) { TagListObject*taglist = (TagListObject*)self; mylog("-%08x(%d) taglist_dealloc list=%08x(%d)\n", (int)self, self->ob_refcnt, taglist->taglist, taglist->taglist->ob_refcnt); - taglist_showcontents(self); Py_DECREF(taglist->taglist); taglist->taglist = 0; PyObject_Del(self);