[SBI] Modified Exception handler on error (#2169)

This commit is contained in:
Sukchan Lee 2023-03-15 20:40:07 +09:00
parent 5f377d0126
commit 6b17bffdfd
646 changed files with 4920 additions and 735 deletions

View file

@ -205,7 +205,6 @@ OpenAPI_media_sub_component_rm_t *OpenAPI_media_sub_component_rm_parseFromJSON(c
OpenAPI_eth_flow_description_t *ethf_descsItem = OpenAPI_eth_flow_description_parseFromJSON(ethf_descs_local);
if (!ethf_descsItem) {
ogs_error("No ethf_descsItem");
OpenAPI_list_free(ethf_descsList);
goto end;
}
OpenAPI_list_add(ethf_descsList, ethf_descsItem);