From 3593c18730f0208d0e1f110b2e0eca4be11514e7 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 2 Nov 2002 03:31:15 +0000 Subject: space --- winsup/cygwin/dll_init.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/dll_init.cc') diff --git a/winsup/cygwin/dll_init.cc b/winsup/cygwin/dll_init.cc index 76e26fe6e..61711e86d 100644 --- a/winsup/cygwin/dll_init.cc +++ b/winsup/cygwin/dll_init.cc @@ -263,7 +263,7 @@ release_upto (const char *name, DWORD here) if (!(mb.State == MEM_RESERVE && mb.AllocationProtect == PAGE_NOACCESS && (((void *) start < cygheap->user_heap.base || (void *) start > cygheap->user_heap.top) && - ((void *) start < (void *) cygheap + ((void *) start < (void *) cygheap | (void *) start > (void *) ((char *) cygheap + CYGHEAPSIZE))))) continue; if (!VirtualFree ((void *) start, 0, MEM_RELEASE)) -- cgit v1.2.3