[PATCH 1/4] ntdll/tests: Test readonly file access.

Dmitry Timoshkov dmitry at baikal.ru
Tue Apr 9 08:37:16 CDT 2019


Zhiyi Zhang <zzhang at codeweavers.com> wrote:

> +    /* Clean up */
> +    SetFileAttributesW(path, FILE_ATTRIBUTE_NORMAL);
> +    DeleteFileW(path);

nameW is leaked.

-- 
Dmitry.



More information about the wine-devel mailing list