Commit b40385aa authored by Dong Anyuan's avatar Dong Anyuan

Fix Coverity Scan CID 340261 (Variable securityConfigHO going out of scope...

Fix Coverity Scan CID 340261 (Variable securityConfigHO going out of scope leaks the storage it points to.)
parent 1ad6361b
......@@ -5396,6 +5396,9 @@ rrc_eNB_generate_HO_RRCConnectionReconfiguration(const protocol_ctxt_t *const ct
free(quantityConfig);
quantityConfig = NULL;
free(securityConfigHO);
securityConfigHO = NULL;
}
void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment