Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2003 08:49:14 -0800 (PST)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/inetd inetd.c
Message-ID:  <200302231649.h1NGnEf1077021@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2003/02/23 08:49:14 PST

  Modified files:
    usr.sbin/inetd       inetd.c 
  Log:
  After calling login_getclass, be sure to call login_close so that
  we don't leak memory. Only one of these two cases (reconfig) actually
  causes a leak because the other is usually followed by an exec.
  
  PR:             46845
  Reviewed by:    David Wang <dsw@juniper.net>
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.118     +6 -1      src/usr.sbin/inetd/inetd.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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