btt: fix missing cleanup call
authorAaron Carroll <aaronc@gelato.unsw.edu.au>
Wed, 13 Feb 2008 07:48:14 +0000 (18:48 +1100)
committerAlan D. Brunelle <alan.brunelle@hp.com>
Wed, 13 Feb 2008 16:43:03 +0000 (11:43 -0500)
commitc8aea612abc714072e346366cb0e5cf9da8a2f5f
tree841b5eec2e9dc9c1577946fac98198dc86943f67
parent3e95108c8e2c1e804f54d1512f83eb6eff90cc13
btt: fix missing cleanup call

clean_args() exists but is never called, thus any files opened in args remain
open while the buffers backing those files are closed.

Signed-off-by: Aaron Carroll <aaronc@gelato.unsw.edu.au>
btt/bt_timeline.c
btt/globals.h