On Fri, Oct 05, 2007 at 12:17:41PM -0700, Christoph Lameter wrote:
Yes, it's of course in user space. But there really exists memory leaks,
since strdup(3) uses malloc(3) to allocate memory for new string, we
should use free(3) to free the memory, or this memory will be lost.
Regards. ;)
WANG Cong
-