Added missing memory release (#2441, #2450)

This commit is contained in:
Sukchan Lee 2023-07-20 09:40:01 +09:00
parent e222557f88
commit 3d62100071
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ void mme_context_final(void)
mme_pgw_remove_all();
mme_csmap_remove_all();
mme_vlr_remove_all();
mme_sgsn_remove_all();
ogs_assert(self.enb_addr_hash);
ogs_hash_destroy(self.enb_addr_hash);