Bugzilla – Attachment 1366 Details for
Bug 1379
memory leak in process_cmdline()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for the bug
process_cmdline.patch (text/plain), 321 bytes, created by
Jan Pechanec
on 2007-10-23 03:53:55 AEST
(
hide
)
Description:
fix for the bug
Filename:
MIME Type:
Creator:
Jan Pechanec
Created:
2007-10-23 03:53:55 AEST
Size:
321 bytes
patch
obsolete
>--- clientloop.c Wed Aug 15 11:13:42 2007 >+++ clientloop.c.new Mon Oct 22 19:52:21 2007 >@@ -1039,6 +1039,10 @@ > enter_raw_mode(); > if (cmd) > xfree(cmd); >+ if (fwd.listen_host != NULL) >+ xfree(fwd.listen_host); >+ if (fwd.connect_host != NULL) >+ xfree(fwd.connect_host); > } > > /* process the characters one by one */
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 1379
:
1366
|
1369