[PATCH 3/4] qasf: Partially implement IFileSourceFilter_Load() for WM ASF reader.

Nikolay Sivov nsivov at codeweavers.com
Tue Mar 31 13:25:28 CDT 2020



On 3/31/20 7:03 PM, Jactry Zeng wrote:
> +    if (filter->filename)
> +    {
> +        CoTaskMemFree(filter->filename);
> +        FreeMediaType(&filter->type);
> +    }
> +
It should match the way 'filename' was allocated. Also, does it make 
sense to check for null pointer at all?



More information about the wine-devel mailing list