From: James Carthew jcarthew@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 */