Paul Vriens <[EMAIL PROTECTED]> writes: > On Thu, 2006-07-06 at 10:35 +0200, Alexandre Julliard wrote: >> The server needs to check the handle anyway, there's no reason to do >> the check twice. >> > Why twice? I return right after the NULL check.
For a NULL handle yes, but that's the should-never-happen case. The normal case is a valid handle, and then you are checking it twice. -- Alexandre Julliard [EMAIL PROTECTED]
