Hans Leidekker hans@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.