Added patch to fix leak of async handle in pipe_server_flush.

This commit is contained in:
Sebastian Lackner
2015-05-08 19:22:32 +02:00
parent bd4c1e3006
commit 20f6d63e2b
3 changed files with 41 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -13,6 +13,7 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
* Added patch with stub for winsta.WinStationEnumerateW.
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Added patch to fix leak of async handle in pipe_server_flush.
* Removed patch to properly handle closing sockets during a select call
(accepted upstream).
* Removed patches to fix behaviour of VirtualProtect / NtProtectVirtualMemory