On Mon May 16 04:34:00 2022 +0000, **** wrote:
Zebediah Figura replied on the mailing list:
On 5/15/22 23:27, Brendan Shanks (@bshanks) wrote: > I was going to use a separate define (something like __WINE_DEALLOC), since as mentioned it could also be useful for non-malloc functions like fopen/fclose, SysAllocString/SysFreeString, etc. Is SysAllocString not malloc-like? It has a header, but I assume that shouldn't matter...
That's true, it does qualify for attribute(malloc), I've added that now.