Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
diff --git a/Misc/NEWS b/Misc/NEWS
index f087f41..8ec9675 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -175,6 +175,9 @@
 Library
 -------
 
+- Issue #16485: Fix file descriptor not being closed if file header patching
+  fails on closing of aifc file.
+
 - Issue #12065: connect_ex() on an SSL socket now returns the original errno
   when the socket's timeout expires (it used to return None).