make sure sniffer frees handhsake resources early

pull/1/head
toddouska 2012-10-24 14:51:04 -07:00
parent f969bc3645
commit 3e7619c785
1 changed files with 1 additions and 0 deletions

View File

@ -1448,6 +1448,7 @@ static int ProcessFinished(const byte* input, int* sslBytes,
}
}
FreeHandshakeResources(ssl);
return ret;
}