On Fri, 11 Jun 2004, Serge B. wrote: > Hello there, > > Return of HTDOS_wwwName is never freed. Its return treated as a const > char* by wwwName, while it is an allocated char*.
But it is reused without leaking memory. (for the point of checking for memory leaks, we could free this one on exit) -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net _______________________________________________ Lynx-dev mailing list [EMAIL PROTECTED] http://lists.nongnu.org/mailman/listinfo/lynx-dev
