Browse Source

Remove XMEMSET after XFREE in sniffer.c

Lealem Amedie 1 year ago
parent
commit
84ea15039f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/sniffer.c

+ 0 - 1
src/sniffer.c

@@ -831,7 +831,6 @@ static void FreeSnifferSession(SnifferSession* session)
 #endif
     }
     XFREE(session, NULL, DYNAMIC_TYPE_SNIFFER_SESSION);
-    XMEMSET(session, 0, sizeof(SnifferSession));
 }