1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-24 02:46:36 +01:00

Fix another file descriptor leak

This commit is contained in:
Pavel Odintsov 2015-08-20 14:14:06 +03:00
parent 58080b5964
commit 3b6074b907

@ -3335,6 +3335,8 @@ void produce_dpi_dump_for_pcap_dump(std::string pcap_file_path, std::stringstrea
ndpi_free_flow(flow);
free(dst);
free(src);
close(filedesc);
total_packets_number++;
}