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
|
|
@ -80,8 +80,8 @@ OpenAPI_app_descriptor_t *OpenAPI_app_descriptor_parseFromJSON(cJSON *app_descri
|
|||
}
|
||||
|
||||
app_descriptor_local_var = OpenAPI_app_descriptor_create (
|
||||
os_id ? ogs_strdup(os_id->valuestring) : NULL,
|
||||
app_id ? ogs_strdup(app_id->valuestring) : NULL
|
||||
os_id ? ogs_strdup_or_assert(os_id->valuestring) : NULL,
|
||||
app_id ? ogs_strdup_or_assert(app_id->valuestring) : NULL
|
||||
);
|
||||
|
||||
return app_descriptor_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue