Files
openocd/src/jtag
Antonio Borneo 24db985f60 jtag: avoid checking for non NULL pointer to free it
The function free() can be called with a NULL pointer as argument,
no need to check the argument before. If the pointer is NULL, no
operation is performed by free().

Remove the occurrences of pattern:
	if (ptr)
		free(ptr);

Change-Id: I2938e333bd1eac5218bd67aefb9d8f373da017a8
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5810
Tested-by: jenkins
2020-09-05 18:42:20 +01:00
..
2020-09-05 17:13:10 +01:00
2020-09-05 17:12:25 +01:00
2016-05-24 22:30:55 +01:00
2020-07-26 20:14:37 +01:00
2020-07-26 20:14:37 +01:00
2020-07-26 20:14:37 +01:00
2020-05-24 21:32:05 +01:00
2020-05-24 21:31:21 +01:00
2016-05-24 22:30:55 +01:00