input.c: Use talloc for all memory allocations
commit9d27862072a233b423d4a81e966b1ba9627724a6
authorUoti Urpala <uau@symbol.nonexistent.invalid>
Thu, 1 May 2008 05:10:49 +0000 (1 08:10 +0300)
committerUoti Urpala <uau@symbol.nonexistent.invalid>
Thu, 1 May 2008 05:10:49 +0000 (1 08:10 +0300)
tree9919b6d527f0e1fc0f0270a2959bb14edf2671b9
parent8de8be15366b235fb252d5f83509b0ce1ea825c5
input.c: Use talloc for all memory allocations

Convert the remaining non-talloc memory allocations so that everything
in the file consistently uses talloc. Make one additional minor code
simplification in read_cmd.
input/input.c