ntdll/tests: Fix a memory leak.

Paul Vriens paul.vriens.wine at gmail.com
Wed Dec 9 04:22:24 CST 2009


On 12/08/2009 11:44 AM, Hans Leidekker wrote:
>       CloseHandle( dir );
> +    pRtlFreeUnicodeString(&nameW );

This one makes the tests crash on 64bit Windows 7.

Any idea why? The NtQueryDirectoryFile() just before that fails with 
ERROR_NO_MORE_ITEMS btw, but that's also true on my 32bit Win7 box.

-- 
Cheers,

Paul.



More information about the wine-devel mailing list