windowscodecs: Implement IWICPalette_InitializeFromPalette.

Vincent Povirk madewokherd at gmail.com
Sun Jul 29 23:01:07 CDT 2012


> +    EnterCriticalSection(&This->lock);
> +    This->colors = colors;
> +    This->count = count;
> +    This->type = type;
> +    LeaveCriticalSection(&This->lock);

You're leaking the previous value of This->colors.



More information about the wine-devel mailing list