- added patch for new flash functionality like:

flash verify_image and flash erase_address.
- added patch for new parport_write_on_exit command.
Even this patch will fix some memory leaks.

(thanks too oyvind and Spen for these patches)

git-svn-id: svn://svn.berlios.de/openocd/trunk@240 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
mifi
2007-12-18 21:20:28 +00:00
parent ed1e9d6abd
commit 02f3765351
15 changed files with 267 additions and 63 deletions

View File

@@ -76,7 +76,7 @@ int handle_trace_point_command(struct command_context_s *cmd_ctx, char *cmd, cha
{
if (trace->trace_points)
free(trace->trace_points);
trace->num_trace_points = 0;
trace->num_trace_points = NULL;
trace->trace_points_size = 0;
return ERROR_OK;