cmdline (merge-intel): don't free the cmdline struct in cmdline_interact()
authorOlivier Matz <zer0@droids-corp.org>
Fri, 24 Dec 2010 12:56:30 +0000 (13:56 +0100)
committerOlivier Matz <zer0@droids-corp.org>
Sun, 2 Jan 2011 20:53:15 +0000 (21:53 +0100)
commit090c2ba0d6b66390c9c770dba1c7f987cd9ca1e1
tree19241cc6378b100b1f3b54271a68cead77d50419
parent843b62a311f0769b3dfd1c5e650a3fe1f2966866
cmdline (merge-intel): don't free the cmdline struct in cmdline_interact()

This function is not supposed to free the 'cl' structure, as it may
be reused by cmdline_stdin_exit().

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
src/lib/cmdline.c