Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks
git-svn-id: svn://svn.berlios.de/openocd/trunk@2606 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -1322,6 +1322,7 @@ static int svf_run_command(struct command_context_s *cmd_ctx, char *cmd_str)
|
||||
if (!svf_tap_state_is_valid(path[i]))
|
||||
{
|
||||
LOG_ERROR("%s is not valid state", svf_tap_state_name[path[i]]);
|
||||
free(path);
|
||||
return ERROR_FAIL;
|
||||
}
|
||||
if (TAP_RESET == path[i])
|
||||
@@ -1348,6 +1349,7 @@ static int svf_run_command(struct command_context_s *cmd_ctx, char *cmd_str)
|
||||
else
|
||||
{
|
||||
LOG_ERROR("%s is not valid state", svf_tap_state_name[path[num_of_argu - 1]]);
|
||||
free(path);
|
||||
return ERROR_FAIL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user