bugfix: tcp segment free

This commit is contained in:
luwenpeng
2024-11-27 11:37:43 +08:00
parent 1e072950d7
commit 035b393a94
3 changed files with 27 additions and 23 deletions

View File

@@ -262,7 +262,6 @@ void session_manager_on_packet_output(struct packet *pkt, struct module *mod)
}
session_set_current_packet(sess, NULL);
session_set_flow_type(sess, FLOW_TYPE_NONE);
}
if (packet_get_origin(pkt) == NULL)