oleaut32: Remove superfluous NULL check before HeapFree (Smatch).
This commit is contained in:
parent
f97fbce8f4
commit
400fb55219
@ -3141,8 +3141,7 @@ static void WINAPI ITypeInfo2_fnReleaseTypeAttr(
|
|||||||
{
|
{
|
||||||
TRACE("(%p,%p)\n", iface, pTypeAttr);
|
TRACE("(%p,%p)\n", iface, pTypeAttr);
|
||||||
|
|
||||||
if(pTypeAttr)
|
HeapFree(GetProcessHeap(), 0, pTypeAttr);
|
||||||
HeapFree(GetProcessHeap(), 0, pTypeAttr);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user