Re: windowscodecs: Implement IWICPalette_InitializeFromPalette.
30 Jul
2012
30 Jul
'12
4:01 a.m.
+ EnterCriticalSection(&This->lock); + This->colors = colors; + This->count = count; + This->type = type; + LeaveCriticalSection(&This->lock);
You're leaking the previous value of This->colors.
4884
Age (days ago)
4884
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vincent Povirk