diff --git a/src/suricata.c b/src/suricata.c index 521dc3ce75..fe89968c44 100644 --- a/src/suricata.c +++ b/src/suricata.c @@ -2015,7 +2015,9 @@ int main(int argc, char **argv) TmqhCleanup(); TmModuleRunDeInit(); +#ifdef HAVE_AF_PACKET AFPPeersListClean(); +#endif #ifdef PROFILING if (profiling_rules_enabled)