Issue #16628: Fix a memory leak in ctypes.resize().
diff --git a/Misc/NEWS b/Misc/NEWS
index ed725fb..0c01e8b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -156,6 +156,8 @@
 Library
 -------
 
+- Issue #16628: Fix a memory leak in ctypes.resize().
+
 - Issue #10182: The re module doesn't truncate indices to 32 bits anymore.
   Patch by Serhiy Storchaka.