Added patch to fix memory leak in wininet.HTTP_InsertCookies.

This commit is contained in:
Sebastian Lackner
2015-05-15 20:01:15 +02:00
parent dcfee86e79
commit 90bf076dfc
3 changed files with 42 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -33,6 +33,7 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
* Added patch to implement kernel32.GetSystemTimePreciseAsFileTime.
* Added patch with tests for
imagehlp.{ImageLoad,ImageUnload,GetImageUnusedHeaderBytes}.
* Added patch to fix memory leak in wininet.HTTP_InsertCookies.
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Removed patch to properly handle closing sockets during a select call