rename unused session inner exdata

This commit is contained in:
luwenpeng
2024-08-21 10:02:46 +08:00
parent 28936ec2ad
commit 99edee1c4f
5 changed files with 0 additions and 249 deletions

View File

@@ -1046,7 +1046,6 @@ void session_manager_free_session(struct session_manager *mgr, struct session *s
break;
}
session_free_all_ex_data(sess);
packet_free((struct packet *)session_get_first_packet(sess, FLOW_DIRECTION_C2S));
packet_free((struct packet *)session_get_first_packet(sess, FLOW_DIRECTION_S2C));
session_set_first_packet(sess, FLOW_DIRECTION_C2S, NULL);