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

@ -158,7 +158,7 @@ OpenAPI_reporting_options_t *OpenAPI_reporting_options_parseFromJSON(cJSON *repo
reporting_options_local_var = OpenAPI_reporting_options_create (
report_mode ? report_mode_local_nonprim : NULL,
max_num_of_reports ? max_num_of_reports->valuedouble : 0,
expiry ? ogs_strdup(expiry->valuestring) : NULL,
expiry ? ogs_strdup_or_assert(expiry->valuestring) : NULL,
sampling_ratio ? sampling_ratio->valuedouble : 0,
guard_time ? guard_time->valuedouble : 0,
report_period ? report_period->valuedouble : 0