commit | 5a4a1096949335736ccad2b102fd91ebdd2e25b0 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Thu Sep 29 19:46:37 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Thu Sep 29 19:46:37 2011 +0200 |
tree | 8fada4a76209c59a71265db0fb92fc6fcc236968 | |
parent | b86ecf4bd1bfe237fbaa7ac8098af76141b5caf1 [diff] [blame] |
Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas Jarosch.
diff --git a/Misc/NEWS b/Misc/NEWS index b5c75b4..2f6ef7f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -82,6 +82,9 @@ Extension Modules ----------------- +- Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by + Thomas Jarosch. + - Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype. Thanks to Suman Saha for finding the bug and providing a patch.