You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
ntdll-Heap_Delay_Free: Disable patchset, it causes failures for other apps.
Will be re-added after the release when the patch has been improved.
This commit is contained in:
@@ -1 +1,5 @@
|
||||
Fixes: Wait before reusing recently freed memory
|
||||
#Fixes: Wait before reusing recently freed memory
|
||||
|
||||
# This patch fixes a couple of bugs, but causes other
|
||||
# failes. Disabled until a better solution is found.
|
||||
Disabled: true
|
||||
|
@@ -170,7 +170,6 @@ patch_enable_all ()
|
||||
enable_ntdll_Fix_Alignment="$1"
|
||||
enable_ntdll_Fix_Free="$1"
|
||||
enable_ntdll_FreeBSD_Directory="$1"
|
||||
enable_ntdll_Heap_Delay_Free="$1"
|
||||
enable_ntdll_Heap_FreeLists="$1"
|
||||
enable_ntdll_Junction_Points="$1"
|
||||
enable_ntdll_LZNT1_Compression="$1"
|
||||
@@ -578,9 +577,6 @@ patch_enable ()
|
||||
ntdll-FreeBSD_Directory)
|
||||
enable_ntdll_FreeBSD_Directory="$2"
|
||||
;;
|
||||
ntdll-Heap_Delay_Free)
|
||||
enable_ntdll_Heap_Delay_Free="$2"
|
||||
;;
|
||||
ntdll-Heap_FreeLists)
|
||||
enable_ntdll_Heap_FreeLists="$2"
|
||||
;;
|
||||
@@ -3844,18 +3840,6 @@ if test "$enable_ntdll_FreeBSD_Directory" -eq 1; then
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
# Patchset ntdll-Heap_Delay_Free
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/ntdll/heap.c
|
||||
# |
|
||||
if test "$enable_ntdll_Heap_Delay_Free" -eq 1; then
|
||||
patch_apply ntdll-Heap_Delay_Free/0001-ntdll-Mimic-the-Windows-heap-management-and-delay-re.patch
|
||||
(
|
||||
echo '+ { "Sebastian Lackner", "ntdll: Mimic the Windows heap management and delay reusing freed blocks.", 1 },';
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
# Patchset ntdll-Heap_FreeLists
|
||||
# |
|
||||
# | Modified files:
|
||||
|
Reference in New Issue
Block a user