[PATCH 3/5] taskschd: Implement IDailyTrigger_put_Enabled.

Dmitry Timoshkov dmitry at baikal.ru
Fri Dec 1 04:03:17 CST 2017


Hans Leidekker <hans at codeweavers.com> wrote:

> -    if (start && !(This->start_boundary = heap_strdupW(start))) return E_OUTOFMEMORY;
> +    if (start && !(str = heap_strdupW(start))) return E_OUTOFMEMORY;

This is a fix for broken code in the previous patch. It would be better
to have correct code in the first place.

-- 
Dmitry.



More information about the wine-devel mailing list