Fix a premature free in ss_listen()
authorGreg Hudson <ghudson@mit.edu>
Mon, 25 Jul 2011 15:54:36 +0000 (15:54 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 25 Jul 2011 15:54:36 +0000 (15:54 +0000)
commit2b35c892b601dd414fee548e31d12a60dde4dabc
tree9a1062c4495d2fc05412ecff2004e04461f85db0
parentdcf8c15bfcc82475c36162d6fb0e9d829dd19dda
Fix a premature free in ss_listen()

The readline support change freed input just after ss_execute_line(),
but input can be used in the error block immediately following.  Free
input after the error block instead.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25046 dc483132-0cff-0310-8789-dd5450dbe970
src/util/ss/listen.c