[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

@ -252,7 +252,6 @@ OpenAPI_gbr_qos_flow_information_t *OpenAPI_gbr_qos_flow_information_parseFromJS
OpenAPI_alternative_qos_profile_t *alternative_qos_profile_listItem = OpenAPI_alternative_qos_profile_parseFromJSON(alternative_qos_profile_list_local);
if (!alternative_qos_profile_listItem) {
ogs_error("No alternative_qos_profile_listItem");
OpenAPI_list_free(alternative_qos_profile_listList);
goto end;
}
OpenAPI_list_add(alternative_qos_profile_listList, alternative_qos_profile_listItem);