winecoreaudio.drv: Fix copy-paste typo.

This commit is contained in:
Andrew Eikum 2013-07-10 15:00:31 -05:00 committed by Alexandre Julliard
parent 80a17baf20
commit 0746767d91
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ HRESULT WINAPI AUDDRV_GetEndpointIDs(EDataFlow flow, WCHAR ***ids,
}
*guids = HeapAlloc(GetProcessHeap(), 0, ndevices * sizeof(GUID));
if(!*ids){
if(!*guids){
HeapFree(GetProcessHeap(), 0, *ids);
HeapFree(GetProcessHeap(), 0, devices);
return E_OUTOFMEMORY;