mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 05:40: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
|
|
@ -130,8 +130,8 @@ OpenAPI_app_detection_info_t *OpenAPI_app_detection_info_parseFromJSON(cJSON *ap
|
|||
}
|
||||
|
||||
app_detection_info_local_var = OpenAPI_app_detection_info_create (
|
||||
ogs_strdup(app_id->valuestring),
|
||||
instance_id ? ogs_strdup(instance_id->valuestring) : NULL,
|
||||
ogs_strdup_or_assert(app_id->valuestring),
|
||||
instance_id ? ogs_strdup_or_assert(instance_id->valuestring) : NULL,
|
||||
sdf_descriptions ? sdf_descriptionsList : NULL
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue