2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-20 12:36:20 +10:00
openocd/src
Antonio Borneo 7c66df13ef target/arm11: fix memory leaks, including register cache
There is no deinit_target method, so few memory allocations leak
at openocd exit.
Issue identified by tracking all calls to arm_dpm_setup().

Implement the method arm11_dpm_deinit() to free all the memory
allocated in arm11_dpm_init() and call it in the new
arm11_deinit_target().

NOT TESTED on real HW.

Change-Id: Icab86e290fc2db14f70eb84c8286357aadb02a35
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5694
Tested-by: jenkins
2020-08-02 10:48:52 +01:00
..
flash nor/spi.c: add N25Q032A flash chip 2020-08-02 10:47:29 +01:00
helper log: fix kept_alive() and report expired timeout 2020-06-06 18:04:14 +01:00
jtag nulink: add minimal support for Nu-Link2 2020-08-02 10:48:20 +01:00
pld
rtos rtos: fix minor typos 2020-07-26 20:13:41 +01:00
server server: fix minor typos 2020-07-26 20:14:00 +01:00
svf svf: fix minor typos 2020-07-26 20:15:20 +01:00
target target/arm11: fix memory leaks, including register cache 2020-08-02 10:48:52 +01:00
transport transport: fix minor typos 2020-07-26 20:14:14 +01:00
xsvf xsvf: fix minor typos 2020-07-26 20:14:22 +01:00
hello.c
hello.h
main.c
Makefile.am
openocd.c openocd: fix issue in WIN32 with TCP adapters 2020-06-14 14:23:48 +01:00
openocd.h