03803a9d79
Fix a memory leak in jtag_tap_free(): unregister the event callback too. Also fix the associated conceptual bug in unregistering JTAG event callbacks: since the same callback procedure is used many times with different callback data (a TAP handle), that data must be considered when unregistering any callback. This could fix some crashes after TAP registration errors, by making sure the reset event handler doesn't scribble over memory that's now used by something else. git-svn-id: svn://svn.berlios.de/openocd/trunk@2245 b42882b7-edfa-0310-969c-e2dbd0fdcd60 |
||
---|---|---|
contrib | ||
doc | ||
ecosflash | ||
src | ||
tcl | ||
testing | ||
tools | ||
AUTHORS | ||
BUGS | ||
COPYING | ||
ChangeLog | ||
Doxyfile.in | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
NEWTAPS | ||
PATCHES | ||
README | ||
TODO | ||
bootstrap | ||
configure.in | ||
guess-rev.sh | ||
uncrustify.cfg |
README
openocd.texi is the authoritative source of OpenOCD documentation