Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 1995 13:37:12 -0400 (EDT)
From:      John Capo <jc@irbs.com>
To:        freebsd-bugs@freebsd.org
Subject:   Re: ypserv cores with phk malloc
Message-ID:  <199509221737.NAA05421@irbs.irbs.com>

next in thread | raw e-mail | index | archive | help
Looks like all of the frees in the svc code are bogus also.  These
just generate an already free warning.  I am not sure who is freeing
them the first time.  The data comes from db so I suspect it is
db.

The only valid calls to free() are in free_maplist() and add_maplist().
I'll know later if I have a memory leak now.

John Capo
IRBS Engineering




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509221737.NAA05421>