* Plug a leak. CID 1105932.
CORE-7975

svn path=/trunk/; revision=65406
This commit is contained in:
Amine Khaldi 2014-11-15 12:09:14 +00:00
parent 45c3c5fa2b
commit e2407791fb

View file

@ -1065,6 +1065,7 @@ DeviceCreateHardwarePageEx(IN HWND hWndParent,
(LPARAM)hpd);
if (hWnd != NULL)
{
HeapFree(GetProcessHeap(), 0, hpd);
return hWnd;
}
else