diff --git a/interfaces/inner_api/syscap_interface.c b/interfaces/inner_api/syscap_interface.c index 9cc2499..91961c6 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; }