Re: Resend of Update to heap.c

2004-02-11 Thread Alexandre Julliard
jeffl <[EMAIL PROTECTED]> writes: > When browsing ntdll/heap.c I noticed that the condition set would > cause a memory leak if the unlikely event ever occured. The patch > causes a warning to be issued as well so that there is a record. Why would it cause a memory leak? This thing is only used

Re: Update to heap.c

2004-02-10 Thread Dimitrie O. Paun
On Tue, 10 Feb 2004, jeffl wrote: > When browsing ntdll/heap.c I noticed that the condition set would cause > a memory leak if the unlikely event ever occured. The patch causes a > warning to be issued as well so that there is a record. Please submit patches in unified format: diff -u -- Dim