Hi!
I was checking a test app in valgrind and much to my surprise it was
complaining about a memleak in libmicrohttpd.
In check_argument_match() a buffer is allocated using strdup() but freed
nowhere.
I wouldn't have noticed this leak if it wasn't for valgrind because if a URI is
requested wit
Thanks, fixed as suggested in SVN 35864 (and yes, very odd that this
wasn't caught by static analysis or other runs with valgrind before).
-Christian
On 06/04/2015 01:22 PM, Andreas Wehrmann wrote:
> Hi!
>
> I was checking a test app in valgrind and much to my surprise it was
> complaining abou