Re: Memory leak in HTAccess.c

In our previous episode, Kallweit, Heiner said:
> There is a memory leak in HTAccess.c about line 690 when form_url_encode
> returns a malloc'd pointer that doesn't get freed.
> Insert a HT_FREE(form_encoded) as shown.

As shown where? Your mail is missing the example :)

I can't add it right after because the allocated string is being copied to the
anchor structure.

-Jose

Received on Thursday, 27 July 2000 10:03:16 UTC