Re: [4/6] windowscodecs: Implement IPropertyBag2::GetPropertyInfo
Jan. 24, 2013
5:38 p.m.
+ if (This->properties[i].pstrName) + { + HeapFree(GetProcessHeap(), 0, This->properties[i].pstrName); + } HeapFree already checks for NULL, so there's no need for an if statement here.
4810
Age (days ago)
4810
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vincent Povirk