Slightly simplify crFinishFree{,V}.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 27 Aug 2012 18:44:06 +0000 (18:44 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 27 Aug 2012 18:44:06 +0000 (18:44 +0000)
commit0d201bfb8495ca95cac852a499a0097495b58a6c
treed9785b9010b46ce7944e262f4ad7a52205677910
parent04120005c69fade02fcf13c154419cece35de375
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".

git-svn-id: svn://svn.tartarus.org/sgt/putty@9632 cda61777-01e9-0310-a592-d414129be87e
ssh.c