rtos: free gdb packet allocated memory

compile tested only.

Change-Id: I3bc06c212967a3ce44a875f802b554c178537d1d
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/2382
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
Spencer Oliver 2014-11-14 09:23:12 +00:00 committed by Andreas Fritiofson
parent a9a5c17cf5
commit 420bd49b5b
1 changed files with 1 additions and 0 deletions

View File

@ -1149,6 +1149,7 @@ int linux_gdb_thread_packet(struct target *target,
}
gdb_put_packet(connection, out_str, strlen(out_str));
free(out_str);
return ERROR_OK;
}