mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 11:50:52 +02:00
Remove XMEMSET after XFREE in sniffer.c
This commit is contained in:
@@ -831,7 +831,6 @@ static void FreeSnifferSession(SnifferSession* session)
|
||||
#endif
|
||||
}
|
||||
XFREE(session, NULL, DYNAMIC_TYPE_SNIFFER_SESSION);
|
||||
XMEMSET(session, 0, sizeof(SnifferSession));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user