diff --git a/src/sniffer.c b/src/sniffer.c index bf6cd26cd..b6f5d6f1c 100644 --- a/src/sniffer.c +++ b/src/sniffer.c @@ -1448,6 +1448,7 @@ static int ProcessFinished(const byte* input, int* sslBytes, } } + FreeHandshakeResources(ssl); return ret; }