main: invoke jtag_interface_quit() explicitly
commit51e9b25c9ae3478989940f925a36d78364d88764
authorØyvind Harboe <oyvind.harboe@zylin.com>
Mon, 30 Nov 2009 08:13:56 +0000 (30 09:13 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 1 Dec 2009 06:51:26 +0000 (1 07:51 +0100)
treef9f0e5835a57a27250b98e239e994e51f898e47b
parent330733eadf76ea87ee8714ed7958f174b1be21db
main: invoke jtag_interface_quit() explicitly

There is no particular reason to invoke jtag_interface_quit()
on the atexit() handler, it just makes the code more obtuse
and stops other legitimate usage of atexit().

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/openocd.c