diff --git a/interfaces/inner_api/syscap_interface.c b/interfaces/inner_api/syscap_interface.c index 7a8442e..3053858 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; }