cvs commit: src/sys/kern tty_pty.c
Martin Blapp
mbr at FreeBSD.org
Fri Sep 29 02:52:58 PDT 2006
mbr 2006-09-29 09:52:57 UTC
FreeBSD src repository
Modified files:
sys/kern tty_pty.c
Log:
Free tty struct after last close. This should fix the pty-leak by numbers.
Remove workarounds for tty_refcount beeing 0, this will be fixed differently
later.
Back out rev 1.145 since we initialize the tty struct from scratch and bad
things can't happen anymore.
Revision Changes Path
1.148 +17 -12 src/sys/kern/tty_pty.c
More information about the cvs-src
mailing list