From 0f5d19c2e01bb1c9e0c0d44587fcee28a58bfc90 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Wed, 30 Sep 2015 15:18:30 +0200 Subject: [PATCH] ntdll-Heap_Delay_Free: Add reference to known issues. --- patches/ntdll-Heap_Delay_Free/definition | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/patches/ntdll-Heap_Delay_Free/definition b/patches/ntdll-Heap_Delay_Free/definition index 02b04829..51bcc695 100644 --- a/patches/ntdll-Heap_Delay_Free/definition +++ b/patches/ntdll-Heap_Delay_Free/definition @@ -3,3 +3,7 @@ # This patch fixes a couple of bugs, but causes other # failures. Disabled until a better solution is found. Disabled: true + +# Known issues: +# https://bugs.wine-staging.com/show_bug.cgi?id=276 +# https://bugs.wine-staging.com/show_bug.cgi?id=277