Commit 1825e371 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

d3dxof/tests: Remove redundant NULL check before HeapFree (Smatch).

parent 425fc8de
......@@ -261,8 +261,6 @@ static void test_dump(void)
CloseHandle(hFile);
exit:
if (pvData)
HeapFree(GetProcessHeap(), 0, pvData);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment