d3dxof/tests: Remove redundant NULL check before HeapFree (Smatch).
This commit is contained in:
parent
425fc8def3
commit
1825e371b7
|
@ -261,9 +261,7 @@ static void test_dump(void)
|
|||
CloseHandle(hFile);
|
||||
|
||||
exit:
|
||||
|
||||
if (pvData)
|
||||
HeapFree(GetProcessHeap(), 0, pvData);
|
||||
HeapFree(GetProcessHeap(), 0, pvData);
|
||||
}
|
||||
|
||||
START_TEST(d3dxof)
|
||||
|
|
Loading…
Reference in New Issue