[4/6] windowscodecs: Implement IPropertyBag2::GetPropertyInfo

Vincent Povirk madewokherd at gmail.com
Thu Jan 24 11:38:57 CST 2013


+            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.



More information about the wine-devel mailing list