mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20:09 +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
|
|
@ -115,7 +115,6 @@ OpenAPI_geo_service_area_t *OpenAPI_geo_service_area_parseFromJSON(cJSON *geo_se
|
|||
OpenAPI_geographic_area_t *geographic_area_listItem = OpenAPI_geographic_area_parseFromJSON(geographic_area_list_local);
|
||||
if (!geographic_area_listItem) {
|
||||
ogs_error("No geographic_area_listItem");
|
||||
OpenAPI_list_free(geographic_area_listList);
|
||||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(geographic_area_listList, geographic_area_listItem);
|
||||
|
|
@ -140,7 +139,6 @@ OpenAPI_geo_service_area_t *OpenAPI_geo_service_area_parseFromJSON(cJSON *geo_se
|
|||
OpenAPI_civic_address_t *civic_address_listItem = OpenAPI_civic_address_parseFromJSON(civic_address_list_local);
|
||||
if (!civic_address_listItem) {
|
||||
ogs_error("No civic_address_listItem");
|
||||
OpenAPI_list_free(civic_address_listList);
|
||||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(civic_address_listList, civic_address_listItem);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue