Erich Hoover <ehoo...@mines.edu> writes:

> +        imgs[nFrames++] = image;
> +        if (!(imgstmp = HeapReAlloc( GetProcessHeap(), 0, imgs, 
> nFrames*sizeof(XcursorImage*) ))) goto cleanup;
> +        imgs = imgstmp;

This is still broken.

-- 
Alexandre Julliard
julli...@winehq.org


Reply via email to