commit | 4378215474361ea0f94341275285a856970aa2b8 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Thu Jan 25 18:34:14 2007 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Thu Jan 25 18:34:14 2007 +0000 |
tree | 8d4c29e3067dee8e029d294e7a892aa572ec3d97 | |
parent | 391e917b1a0670349282e96ac9d5aa3014df4197 [diff] [blame] |
Fix for #1643874: When calling SysAllocString, create a PyCObject which will eventually call SysFreeString to free the BSTR resource.
diff --git a/Misc/NEWS b/Misc/NEWS index ad72b08..3fad862 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -123,6 +123,8 @@ Library ------- +- Patch #1643874: memory leak in ctypes fixed. + - Patch #1627441: close sockets properly in urllib2. - Bug #494589: make ntpath.expandvars behave according to its docstring.