diff options
author | Darren Tucker <dtucker@zip.com.au> | 2008-06-13 04:55:46 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2008-06-13 04:55:46 +1000 |
commit | 84c56f536ca664f79172d595e088fce6aa84be21 (patch) | |
tree | ed9f037d4935c1bb0a59c8a0dd3e815883a07fa2 /ChangeLog | |
parent | 4b3b9773ec9d5e0de31a1a8e113488497c7113dc (diff) |
- djm@cvs.openbsd.org 2008/06/12 15:19:17
[clientloop.h channels.h clientloop.c channels.c mux.c]
The multiplexing escape char handler commit last night introduced a
small memory leak per session; plug it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -108,6 +108,10 @@ | |||
108 | We already mark the start of the worm, now also mark the end of the worm | 108 | We already mark the start of the worm, now also mark the end of the worm |
109 | in our random art drawings. | 109 | in our random art drawings. |
110 | ok djm@ | 110 | ok djm@ |
111 | - djm@cvs.openbsd.org 2008/06/12 15:19:17 | ||
112 | [clientloop.h channels.h clientloop.c channels.c mux.c] | ||
113 | The multiplexing escape char handler commit last night introduced a | ||
114 | small memory leak per session; plug it. | ||
111 | 115 | ||
112 | 20080611 | 116 | 20080611 |
113 | - (djm) [channels.c configure.ac] | 117 | - (djm) [channels.c configure.ac] |
@@ -4270,4 +4274,4 @@ | |||
4270 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4274 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4271 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4275 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4272 | 4276 | ||
4273 | $Id: ChangeLog,v 1.4983 2008/06/12 18:55:10 dtucker Exp $ | 4277 | $Id: ChangeLog,v 1.4984 2008/06/12 18:55:46 dtucker Exp $ |