mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
One more occurrence
This commit is contained in:
@@ -677,10 +677,8 @@ static void ssl_Free_SnifferWorker(SnifferWorker* worker)
|
||||
{
|
||||
wm_SemFree(&worker->sem);
|
||||
|
||||
if (worker->head) {
|
||||
XFREE(worker->head, NULL, DYNAMIC_TYPE_TMP_BUFFER);
|
||||
worker->head = NULL;
|
||||
}
|
||||
XFREE(worker->head, NULL, DYNAMIC_TYPE_TMP_BUFFER);
|
||||
worker->head = NULL;
|
||||
}
|
||||
|
||||
static int SnifferWorkerPacketAdd(SnifferWorker* worker, int lastRet,
|
||||
|
Reference in New Issue
Block a user