[ACPPAGE] Work around a crash with BSTR's. CORE-13800 #resolve

svn path=/trunk/; revision=75927
This commit is contained in:
Mark Jansen 2017-09-22 19:42:08 +00:00
parent 6192c20ab7
commit 8749cbd5b9

View file

@ -494,7 +494,7 @@ INT_PTR CALLBACK CLayerUIPropPage::EditModesProc(HWND hWnd, UINT uMsg, WPARAM wP
while (TRUE)
{
CComBSTR str;
CComHeapPtr<OLECHAR> str;
HRESULT hr = pList.Next(1, &str, NULL);
if (hr != S_OK)
break;