Hi, a library included free() function is basically needed on systems where the library malloc heap is different from the caller's malloc heap, which happens on Windows when the library is a separate DLL.
So, is there (or could we have) something like
void MHD_free(void *ptr)
{
free(ptr);
}
?
With Best Regards, Tim
signature.asc
Description: OpenPGP digital signature
