]> granicus.if.org Git - python/commit
Fixed memory leak in error branch of object_repr which may leak a reference to mod...
authorChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 15:00:30 +0000 (17:00 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 15:00:30 +0000 (17:00 +0200)
commit76c082911b69c5f3bb2bee9aadef0a0ea9162eac
tree6afe1a3edaa57bcd731810ebdd97aa1ff230f28b
parent10e85ded9bd2d8dabb06a67ab21010ad75f430d1
parente81dc296f287ca20ebfebda8de2fbcca5580d666
Fixed memory leak in error branch of object_repr which may leak a reference to mod when type_qualname returns NULL. CID 715371
Objects/typeobject.c