diff --git a/interfaces/inner_api/syscap_interface.c b/interfaces/inner_api/syscap_interface.c index 7a8442e6a81996a3f73539a71e057588193ed894..3053858814ffe4024d6a67296f54860aad4bb6c3 100644 --- a/interfaces/inner_api/syscap_interface.c +++ b/interfaces/inner_api/syscap_interface.c @@ -355,7 +355,6 @@ static int32_t TransStringFormatAndSaveSyscap(struct FreeAfterDecodeRpcidInfo fr PRINT_ERR("malloc failed.\n"); return -1; } - free(freeAfterDecodeRpcidInfo.osSysCapIndex); return 0; }