1 Dec
2017
1 Dec
'17
10:03 a.m.
Hans Leidekker <hans(a)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.