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 Zachary.Blair
Recipients Zachary.Blair
Date 2010-08-02.20:45:40
SpamBayes Score 0.002109923
Marked as misclassified No
Message-id <1280781943.93.0.297912103498.issue9456@psf.upfronthosting.co.za>
In-reply-to
Content
From inspecting the code in install.c's DeleteRegistryValue() and DeleteRegistryKey() functions, it appears as though there can be a small memory leak in the event that either function is passed an invalid argument.

This patch corrects this issue by making sure to free any allocated memory before returning, even when an invalid argument is passed in.
History
Date User Action Args
2010-08-02 20:45:44Zachary.Blairsetrecipients: + Zachary.Blair
2010-08-02 20:45:43Zachary.Blairsetmessageid: <1280781943.93.0.297912103498.issue9456@psf.upfronthosting.co.za>
2010-08-02 20:45:41Zachary.Blairlinkissue9456 messages
2010-08-02 20:45:41Zachary.Blaircreate