commit | 564f89036fbecfc03ca4152e9de8b291887111a4 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Thu Sep 29 19:43:01 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Thu Sep 29 19:43:01 2011 +0200 |
tree | 79fc3930acce9946fcdd68b6c998684988386f2d | |
parent | 169fa9345dc10ca631464e77352539397b095875 [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 132ea5e..ddcbde1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -50,6 +50,9 @@ Library ------- +- Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by + Thomas Jarosch. + - Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of failing with a UnicodeDecodeError.