]> git.ipfire.org Git - thirdparty/suricata.git/commit
pcap-log: close pcap_dead_handle on close
authorJason Ish <jason.ish@oisf.net>
Wed, 28 Jun 2023 17:06:24 +0000 (11:06 -0600)
committerJason Ish <jason.ish@oisf.net>
Sat, 1 Jul 2023 14:55:41 +0000 (08:55 -0600)
commit98d9e6ae19a7fa6e0de3c705e8354574ffc7efb1
tree2671098e3027416942863c40a0f11fa3bf99a573
parent208d8e7a1f686393e83ed7d489446899cbd64663
pcap-log: close pcap_dead_handle on close

Fixes leaked handle on exit.

(cherry picked from commit 8511ef5e2db4484424bc7cde058d57b8401e5005)
src/log-pcap.c