]> git.sur5r.net Git - openocd/commit
target: free target SMP list on shutdown
authorMatthias Welwarsky <matthias.welwarsky@sysgo.com>
Fri, 6 Apr 2018 10:38:12 +0000 (12:38 +0200)
committerMatthias Welwarsky <matthias@welwarsky.de>
Sat, 7 Apr 2018 19:33:01 +0000 (20:33 +0100)
commitdb456e209feaecae53094051f3710fef73418a71
treecc49e8c54e7c35fa5c2c3016490465c944f47004
parent414213a5ead0e34dec7f72748dbd5c721cb92c09
target: free target SMP list on shutdown

On SMP targets, the "target smp" command creates a list of targets
that belong to the SMP cluster. Free this list when a target gets
destroyed on shutdown. For simplicity, the complete list is free'd as
soon as the first target of the SMP cluster is destroyed instead of
individually removing targets from the list.

Change-Id: Ie217ae1efb2e819c288ff3b1155aeaf0a19b06be
Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com>
Reviewed-on: http://openocd.zylin.com/4481
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/target/target.c