[v2 2/2] msvcrt: Add stub for Concurrency::Free

Piotr Caban piotr.caban at gmail.com
Fri Mar 17 09:44:50 CDT 2017


Hi,

Please also move this code to heap.c and rename the function and 
argument (e.g. to mem).

On 03/16/17 23:12, Gijs Vermeulen wrote:
> +/* ?Free at Concurrency@@YAXPAX at Z */
> +/* ?Free at Concurrency@@YAXPEAX at Z */
> +void __cdecl Free(void * _PAllocation)
> +{
> +    FIXME("(%p) stub\n", _PAllocation);
Even so it's a semi-stub it's better to free the memory here. 
Applications have no guarantee that memory block will be cached anyway.

Thanks,
Piotr



More information about the wine-devel mailing list