mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
qcap: Fix a typo.
This commit is contained in:
parent
e907b06b87
commit
909b6c0dc0
@ -132,7 +132,7 @@ HRESULT WINAPI IPinImpl_QueryId(IPin * iface, LPWSTR * Id)
|
||||
TRACE("(%p/%p)->(%p)\n", This, iface, Id);
|
||||
|
||||
*Id = CoTaskMemAlloc((strlenW(This->pinInfo.achName) + 1) * sizeof(WCHAR));
|
||||
if (!Id)
|
||||
if (!*Id)
|
||||
return E_OUTOFMEMORY;
|
||||
|
||||
strcpyW(*Id, This->pinInfo.achName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user