Added patch to avoid using GdipAlloc and GdipFree in internal gdiplus functions.

This commit is contained in:
Sebastian Lackner
2015-10-01 18:29:20 +02:00
parent 0f5d19c2e0
commit b951b9ad09
5 changed files with 2877 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -15,6 +15,8 @@ wine-staging (1.7.52) UNRELEASED; urgency=low
message.
* Added patch to refresh MDI menus when DefMDIChildProc(WM_SETTEXT) is called.
* Added patch to protect TVM_GETITEM from invalid item pointers.
* Added patch to avoid using GdipAlloc and GdipFree in internal gdiplus
functions.
* Removed patch to fix possible memory leak in netprofm init_networks (fixed
upstream).
* Removed patch for stub of dwmapi.DwmUpdateThumbnailProperties (accepted