[DEGMGR] Revert r65406, this is not a leak. CORE-9716 #comment Please retest!

svn path=/trunk/; revision=72844
This commit is contained in:
Mark Jansen 2016-09-28 21:05:39 +00:00
parent ff46d90618
commit 8ab805c96c

View file

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