diff options
author | Thomas Heller <theller@ctypes.org> | 2007-01-25 18:34:14 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2007-01-25 18:34:14 (GMT) |
commit | 4378215474361ea0f94341275285a856970aa2b8 (patch) | |
tree | 8d4c29e3067dee8e029d294e7a892aa572ec3d97 /Misc | |
parent | 391e917b1a0670349282e96ac9d5aa3014df4197 (diff) | |
download | cpython-4378215474361ea0f94341275285a856970aa2b8.zip cpython-4378215474361ea0f94341275285a856970aa2b8.tar.gz cpython-4378215474361ea0f94341275285a856970aa2b8.tar.bz2 |
Fix for #1643874: When calling SysAllocString, create a PyCObject
which will eventually call SysFreeString to free the BSTR resource.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -123,6 +123,8 @@ Core and builtins 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. |