Edgar Grimberg found tiny memory leak
git-svn-id: svn://svn.berlios.de/openocd/trunk@644 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
32b274eb9b
commit
ac1bd155c2
|
@ -1611,6 +1611,9 @@ int gdb_query_packet(connection_t *connection, target_t *target, char *packet, i
|
||||||
/* a flash chip could be at the very end of the 32 bit address space, in which case
|
/* a flash chip could be at the very end of the 32 bit address space, in which case
|
||||||
ram_start will be precisely 0 */
|
ram_start will be precisely 0 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
free(banks);
|
||||||
|
banks = NULL;
|
||||||
|
|
||||||
xml_printf(&retval, &xml, &pos, &size, "</memory-map>\n");
|
xml_printf(&retval, &xml, &pos, &size, "</memory-map>\n");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue