winealsa.drv: Add mmdevapi driver.

Reece Dunn msclrhd at googlemail.com
Wed Apr 27 12:44:04 CDT 2011


On 27 April 2011 15:48,  <Joerg-Cyril.Hoehle at t-systems.com> wrote:
> Andrew Eikum wrote:
>
>>>Does CoTaskMemFree match HeapAlloc?
>>would anyone more familiar with CoTaskMem* want to comment?

CoTaskMemFree should be used on memory allocated with CoTaskMalloc
(just like malloc/free, HeapAlloc/HeapFree, etc.). It is typically
used for non-string COM data.

- Reece



More information about the wine-devel mailing list