Added patch to free RPC parameters allocated by application before anything else.

This commit is contained in:
Sebastian Lackner
2015-05-16 04:29:53 +02:00
parent 95496eedab
commit 1bbf522c01
5 changed files with 89 additions and 13 deletions

2
debian/changelog vendored
View File

@@ -41,6 +41,8 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
* Added patch to add HTTP Host header in HttpSendRequest instead of
HttpOpenRequest.
* Added various additional fixes for wininet header handling.
* Added patch to free RPC parameters allocated by application before anything
else.
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Removed patch to properly handle closing sockets during a select call