CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2010/01/01 13:46:20

Modified files:
        usr.sbin/dhcpd : alloc.c dhcp.c options.c tree.c 

Log message:
Eliminate all uses of dfree() where the pointer is either dereferenced
immediately before the use or the pointer is checked for NULL before
the call. And then there were none, so kill dfree().

Reply via email to