Small bug fix

This commit is contained in:
Pedro Alvarez 2017-12-21 20:13:32 +00:00
parent 8c9704ef3c
commit ce78d895d5
1 changed files with 1 additions and 0 deletions

View File

@ -562,6 +562,7 @@ spgw::handle_delete_session_request(struct srslte::gtpc_pdu *del_req_pdu, struct
m_ip_to_teid.erase(data_it);
}
pthread_mutex_unlock(&m_mutex);
m_teid_to_tunnel_ctx.erase(tunnel_it);
delete tunnel_ctx;
return;