]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Slightly simplify crFinishFree{,V}.
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 27 Aug 2012 18:44:06 +0000 (18:44 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 27 Aug 2012 18:44:06 +0000 (18:44 +0000)
commit475507e9786af7850b42b18eec2eb8b59856651b
treed9785b9010b46ce7944e262f4ad7a52205677910
parent0768c8557d9c4c6297e7bd7a5a114accd51ce546
Slightly simplify crFinishFree{,V}.

They're only likely to be useful for freeing a coroutine state
structure, in which case there's no need to reset the line number
(since all such coroutines keep their line number in the state
structure) and the state structure pointer is always called "s".

[originally from svn r9632]
ssh.c