Add more memory log

This commit is contained in:
Sukchan Lee 2021-06-06 22:35:46 +09:00
parent 80a9497afd
commit 118d62d42d
657 changed files with 4179 additions and 3131 deletions

View file

@ -80,8 +80,8 @@ OpenAPI_pc5_flow_bit_rates_t *OpenAPI_pc5_flow_bit_rates_parseFromJSON(cJSON *pc
}
pc5_flow_bit_rates_local_var = OpenAPI_pc5_flow_bit_rates_create (
gua_fbr ? ogs_strdup(gua_fbr->valuestring) : NULL,
max_fbr ? ogs_strdup(max_fbr->valuestring) : NULL
gua_fbr ? ogs_strdup_or_assert(gua_fbr->valuestring) : NULL,
max_fbr ? ogs_strdup_or_assert(max_fbr->valuestring) : NULL
);
return pc5_flow_bit_rates_local_var;