FreeBSD Bugzilla – Attachment 6927 Details for
Bug 15363
Memory leak in syscons (fix included)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 306 bytes, created by
oliver.fromme
on 1999-12-08 22:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
oliver.fromme
Created:
1999-12-08 22:10:01 UTC
Size:
306 bytes
patch
obsolete
>--- src/sys/dev/syscons.orig/schistory.c Sun Sep 19 10:58:53 1999 >+++ src/sys/dev/syscons/schistory.c Wed Dec 8 09:53:33 1999 >@@ -135,6 +135,7 @@ > if (prev_history != NULL) { > extra_history_size += delta; > sc_vtb_destroy(prev_history); >+ free(prev_history, M_DEVBUF); > } > > scp->history = history;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15363
: 6927