Bug 15363

Summary: Memory leak in syscons (fix included)
Product: Base System Reporter: oliver.fromme <oliver.fromme>
Component: kernAssignee: yokota <yokota>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description oliver.fromme 1999-12-08 22:10:01 UTC
   There's a memory leak in the history buffer management of
   syscons (in 4.0-current).  For example, each time the screen
   mode of a virtual terminal is changed, the memory of its old
   history buffer stays around.

Fix: This patch is against this file:
   src/sys/dev/syscons/schistory.c,v 1.5 1999/09/19 08:58:53
Comment 1 cpiazza freebsd_committer freebsd_triage 1999-12-08 23:47:22 UTC
Responsible Changed
From-To: freebsd-bugs->yokota

Over to maintainer 
Comment 2 yokota freebsd_committer freebsd_triage 1999-12-10 09:39:22 UTC
State Changed
From-To: open->closed

Fix committed.  Thanks!