diff --git a/README.md b/README.md index b22f3eae..1b16635d 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Included bugfixes and improvements **Bugfixes and features included in the next upcoming release [2]:** +* Fix unintentional leaks with ntdll internals * Support for DOS hidden/system file attributes ([Wine Bug #9158](http://bugs.winehq.org/show_bug.cgi?id=9158 "Multiple Microsoft development tools online/web installers fail to skip \"$shtdwn$.req\" with FILE_ATTRIBUTE_HIDDEN (Visual Studio Express Editions, .NET Framework 3.0)")) -* Unintentional leaks with ntdll internals **Bugs fixed in Wine-Compholio 1.7.25 [53]:** diff --git a/patches/ntdll-Fix_Free/definition b/patches/ntdll-Fix_Free/definition index 95f66b15..99e72f2b 100644 --- a/patches/ntdll-Fix_Free/definition +++ b/patches/ntdll-Fix_Free/definition @@ -1,4 +1,4 @@ Author: Erich E. Hoover Subject: Fix unintentional leaks with ntdll internals Revision: 1 -Fixes: Unintentional leaks with ntdll internals +Fixes: Fix unintentional leaks with ntdll internals