This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, belopolsky, meador.inge, pitrou
Date 2012-12-06.19:58:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354823928.79.0.806934333118.issue16628@psf.upfronthosting.co.za>
In-reply-to
Content
ctypes.resize() (and/or the deallocator) can leak because of a logic error. Attached patch seems to fix it.
History
Date User Action Args
2012-12-06 19:58:48pitrousetrecipients: + pitrou, amaury.forgeotdarc, belopolsky, meador.inge
2012-12-06 19:58:48pitrousetmessageid: <1354823928.79.0.806934333118.issue16628@psf.upfronthosting.co.za>
2012-12-06 19:58:48pitroulinkissue16628 messages
2012-12-06 19:58:48pitroucreate