Don't check pointers for NULL before RtlFreeHeap. It is redundant.
commit7a8818e7174529be487e6c0a183c54a905f626d4
authorMichael Stefaniuc <mstefani@redhat.de>
Mon, 1 May 2006 20:44:43 +0000 (1 22:44 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 5 May 2006 18:59:50 +0000 (5 20:59 +0200)
treed8686f89877ef6c56e26a704a3696d32f293b43a
parent968ad51d2a77750cd6b371a57b5b6bd809d89914
Don't check pointers for NULL before RtlFreeHeap. It is redundant.
dlls/kernel/sync.c
dlls/ntdll/debugbuffer.c
dlls/ntdll/reg.c
dlls/ntdll/thread.c