From c543e26c8c1b814fd86d00ba65a67fe4a52cc7a8 Mon Sep 17 00:00:00 2001 From: "jino.cho" Date: Thu, 14 Apr 2016 15:08:50 +0900 Subject: [PATCH] thor: cmd: remove duplicated label 'bad_args' This commit fixs build error. Change-Id: If5c6ffd0ca0230316c50b56dbc37a29fd32198f7 Signed-off-by: jino.cho --- common/cmd_thordown.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/common/cmd_thordown.c b/common/cmd_thordown.c index 7e65a32d8..b233479db 100644 --- a/common/cmd_thordown.c +++ b/common/cmd_thordown.c @@ -76,13 +76,6 @@ exit: board_usb_cleanup(controller_index, USB_INIT_DEVICE); done: dfu_free_entities(); -bad_args: - if (argc == 1) { - free(usb_controller); - free(interface); - free(devstring); - } - bad_args: if (argc == 1) { free(usb_controller); -- 2.34.1