libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] Is there something like MHD_free() ?


From: Tim Rühsen
Subject: [libmicrohttpd] Is there something like MHD_free() ?
Date: Mon, 9 Oct 2017 16:38:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

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


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]