mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[ACPPAGE] Work around a crash with BSTR's. CORE-13800 #resolve
svn path=/trunk/; revision=75927
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user