Ken wrote: > When I wrote that comment, nothing in the format engine would ever > call free() on component names, so it wasn't a problem. scan() isn't > expecting anyone to free those buffers that it is malloc()ing.
Even this?
free (comp->c_text);
comp->c_text = str = strdup (mn->m_text);
David
--
Nmh-workers
https://lists.nongnu.org/mailman/listinfo/nmh-workers
