rtos: free gdb packet allocated memory
authorSpencer Oliver <spen@spen-soft.co.uk>
Fri, 14 Nov 2014 09:23:12 +0000 (09:23 +0000)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Fri, 9 Jan 2015 00:19:11 +0000 (00:19 +0000)
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>
src/rtos/linux.c

index b4403af08c0e34cada343f55baaeb995738f8924..c28236d37cf65a3d3eb9754bf74b0df05da67319 100644 (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;
 }