From: Øyvind Harboe Date: Mon, 30 Nov 2009 08:13:56 +0000 (+0100) Subject: main: invoke jtag_interface_quit() explicitly X-Git-Tag: v0.4.0-rc1~248 X-Git-Url: https://review.openocd.org/gitweb?a=commitdiff_plain;h=51e9b25c9ae3478989940f925a36d78364d88764;hp=51e9b25c9ae3478989940f925a36d78364d88764;p=openocd.git 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 ---