mirror of https://github.com/OISF/suricata
packet handling: fix release function
Extended data were freed before the release function was called. The result was that, in AF_PACKET IPS mode, the release function was only sending void data because it the content of the extended data is the content of the packet. This patch updates the code to have the freeing of extended data done in the cleaning function for a packet which is called by the release function. This improves consistency of the code and fixes the bug.pull/943/head
parent
3df904475c
commit
18c7eeefca
Loading…
Reference in New Issue