mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
[SBI] Modified Exception handler on error (#2169)
This commit is contained in:
parent
5f377d0126
commit
6b17bffdfd
646 changed files with 4920 additions and 735 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue