opcservices: IOpcPart::GetContentType takes LPWSTR, not BSTR. And the WSTR it returns should be freed by CoTaskMemFree, as per Microsoft's documentation. Found by ASan.