3 Jul
2023
3 Jul
'23
8:32 a.m.
From: James Carthew <jcarthew(a)gmail.com> --- dlls/ntdll/heap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/ntdll/heap.c b/dlls/ntdll/heap.c index aca8e7181a8..4bcb01b13f8 100644 --- a/dlls/ntdll/heap.c +++ b/dlls/ntdll/heap.c @@ -982,7 +982,6 @@ static void *allocate_region( struct heap *heap, ULONG flags, SIZE_T *region_siz if (heap && !(flags & HEAP_GROWABLE)) { WARN( "Heap %p isn't growable, cannot allocate %#Ix bytes\n", heap, *region_size ); - return NULL; } /* allocate the memory block */ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3228