]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
ssh_free() should not call log_free(); it's for the front end to
authorSimon Tatham <anakin@pobox.com>
Sat, 14 Aug 2004 12:24:02 +0000 (12:24 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 14 Aug 2004 12:24:02 +0000 (12:24 +0000)
commitf16d8aff82398af8d875b9c3a0bd2d9dad81bdfc
treeadfedb5df0182aaa323c6686db56c70ef730597e
parentf17522be6c3e22feedcaacd8b03b5f738fd7fb31
ssh_free() should not call log_free(); it's for the front end to
decide whether the logctx is finished with or not.

[originally from svn r4452]
ssh.c