[SMF] memory free Charging Characteristics (#1532)

This commit is contained in:
Sukchan Lee 2022-05-13 18:18:04 +09:00
parent 99f59be5d7
commit e2159b1240
1 changed files with 1 additions and 0 deletions

View File

@ -1549,6 +1549,7 @@ void smf_sess_remove(smf_sess_t *sess)
OGS_TLV_CLEAR_DATA(&sess->gtp.ue_pco);
OGS_TLV_CLEAR_DATA(&sess->gtp.user_location_information);
OGS_TLV_CLEAR_DATA(&sess->gtp.ue_timezone);
OGS_TLV_CLEAR_DATA(&sess->gtp.charging_characteristics);
OGS_NAS_CLEAR_DATA(&sess->nas.ue_pco);