Added patch to wait before reusing recently freed memory (fixes Wine Staging Bug #269 and #199).

This commit is contained in:
Sebastian Lackner
2015-05-07 02:05:09 +02:00
parent e44c30c64e
commit 952ab53219
5 changed files with 57 additions and 1 deletions

View File

@@ -39,10 +39,11 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
-----------------------------------
**Bug fixes and features included in the next upcoming release [2]:**
**Bug fixes and features included in the next upcoming release [3]:**
* Add stub for atl80.AtlIPersistPropertyBag_Save ([Wine Bug #33888](https://bugs.winehq.org/show_bug.cgi?id=33888))
* Improve ReadDataAvailable handling in FilePipeLocalInformation class
* Wait before reusing recently freed memory
**Bug fixes and features in Wine Staging 1.7.42 [221]:**