Free memory on close

This commit is contained in:
HD Moore 2013-08-17 14:06:34 -05:00
parent 8aac1ccc52
commit ed47f926f5
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ probe_module_t module_udp = {
.print_packet = &udp_print_packet,
.validate_packet = &udp_validate_packet,
.classify_packet = &udp_classify_packet,
.close = NULL,
.close = udp_global_cleanup,
.responses = responses
};