Index: reactos/dll/shellext/acppage/CLayerUIPropPage.cpp =================================================================== --- reactos/dll/shellext/acppage/CLayerUIPropPage.cpp (revision 75907) +++ reactos/dll/shellext/acppage/CLayerUIPropPage.cpp (working copy) @@ -494,7 +494,7 @@ while (TRUE) { - CComBSTR str; + CComHeapPtr str; HRESULT hr = pList.Next(1, &str, NULL); if (hr != S_OK) break;