mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20:09 +00:00
Add more memory log
This commit is contained in:
parent
80a9497afd
commit
118d62d42d
657 changed files with 4179 additions and 3131 deletions
|
|
@ -81,7 +81,7 @@ OpenAPI_sponsor_connectivity_data_t *OpenAPI_sponsor_connectivity_data_parseFrom
|
|||
ogs_error("OpenAPI_sponsor_connectivity_data_parseFromJSON() failed [asp_ids]");
|
||||
goto end;
|
||||
}
|
||||
OpenAPI_list_add(asp_idsList, ogs_strdup(asp_ids_local->valuestring));
|
||||
OpenAPI_list_add(asp_idsList, ogs_strdup_or_assert(asp_ids_local->valuestring));
|
||||
}
|
||||
|
||||
sponsor_connectivity_data_local_var = OpenAPI_sponsor_connectivity_data_create (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue