diff options
Diffstat (limited to 'sf-pcapng.c')
-rw-r--r-- | sf-pcapng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sf-pcapng.c b/sf-pcapng.c index cf87ac66..3a9fa23a 100644 --- a/sf-pcapng.c +++ b/sf-pcapng.c @@ -1090,7 +1090,7 @@ pcap_ng_cleanup(pcap_t *p) struct pcap_ng_sf *ps = p->priv; free(ps->ifaces); - sf_cleanup(p); + pcap_sf_cleanup(p); } /* |