target/esirisc: free memory at OpenOCD exit
commit9659a9b5e28dc615dfb508d301fdd8fa426c191b
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 14 Jan 2024 16:51:41 +0000 (14 17:51 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 28 Jan 2024 14:19:46 +0000 (28 14:19 +0000)
tree0b3c84092818f9a8ad011c78d0597f9d5f08192a
parent1b0ffa97ea90c09e96b068450644e462102c10ae
target/esirisc: free memory at OpenOCD exit

The target esirisc does not free the allocated memory resources,
causing memory leaks at OpenOCD exit.

Add esirisc_free_reg_cache() and esirisc_deinit_target() and use
them to free all the allocated resources.

Change-Id: I17b8ebff54906fa25a37f2d96c01d010a98cffbd
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8094
Tested-by: jenkins
Reviewed-by: Steven Stallion <sstallion@gmail.com>
src/target/esirisc.c