forked from auracaster/openocd
helper/configuration: free script_search_dirs and config_file_names
Although the leak is negligible, the clean heap on exit will ease valgrind testing. Change-Id: If43f02fe594c30ceb1bea3259ea3e098d4b2d239 Signed-off-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-on: http://openocd.zylin.com/4408 Tested-by: jenkins Reviewed-by: Marc Schink <openocd-dev@marcschink.de>
This commit is contained in:
@@ -349,6 +349,8 @@ int openocd_main(int argc, char *argv[])
|
||||
|
||||
adapter_quit();
|
||||
|
||||
free_config();
|
||||
|
||||
if (ERROR_FAIL == ret)
|
||||
return EXIT_FAILURE;
|
||||
else if (ERROR_OK != ret)
|
||||
|
||||
Reference in New Issue
Block a user