X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Fcommand.c;h=b00a231268cb7fb77f47a2c7dc6b7261e0707e31;hp=85d9463dfc29c41f391499b9530759abf649d5d1;hb=68bd107c6db941ec7b22f3e491e314041a95224b;hpb=dec80e1cffa162ba0e1cd8e6ee66c7784fe79b87 diff --git a/src/helper/command.c b/src/helper/command.c index 85d9463dfc..b00a231268 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -723,6 +723,7 @@ int command_run_linef(struct command_context *context, const char *format, ...) if (string != NULL) { retval = command_run_line(context, string); + free(string); } va_end(ap); return retval;