Re: Re2: EnumMedia patch

2005-05-01 Thread Robert Shearman
Maarten Lankhorst wrote: Robert Shearman wrote: Maarten Lankhorst wrote: This patch fixes AM_MEDIA_TYPE->pbFormat not being handled correctly, unfortunately, this also means some stuff has to be rewritten to avoid memleaks, instead of CoTaskMemFree(AM_MEDIA_TYPE), DeleteMediaType has to be used.

Re2: EnumMedia patch

2005-05-01 Thread Maarten Lankhorst
Robert Shearman wrote: Maarten Lankhorst wrote: This patch fixes AM_MEDIA_TYPE->pbFormat not being handled correctly, unfortunately, this also means some stuff has to be rewritten to avoid memleaks, instead of CoTaskMemFree(AM_MEDIA_TYPE), DeleteMediaType has to be used.. This also fixes the err

Re: EnumMedia patch

2005-05-01 Thread Robert Shearman
Maarten Lankhorst wrote: This patch fixes AM_MEDIA_TYPE->pbFormat not being handled correctly, unfortunately, this also means some stuff has to be rewritten to avoid memleaks, instead of CoTaskMemFree(AM_MEDIA_TYPE), DeleteMediaType has to be used.. This also fixes the errors i had with msn webc