[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

@ -114,7 +114,6 @@ OpenAPI_nwdaf_data_t *OpenAPI_nwdaf_data_parseFromJSON(cJSON *nwdaf_dataJSON)
OpenAPI_nwdaf_event_t *nwdaf_eventsItem = OpenAPI_nwdaf_event_parseFromJSON(nwdaf_events_local);
if (!nwdaf_eventsItem) {
ogs_error("No nwdaf_eventsItem");
OpenAPI_list_free(nwdaf_eventsList);
goto end;
}
OpenAPI_list_add(nwdaf_eventsList, nwdaf_eventsItem);