SMB: call Done() for analyzers instantiated by dce_rpc-auth

This commit is contained in:
Johanna Amann 2016-07-07 11:02:57 -07:00
parent c31c0ed2e2
commit dae55514f2

View file

@ -15,9 +15,15 @@ refine connection DCE_RPC_Conn += {
%cleanup{ %cleanup{
if ( gssapi ) if ( gssapi )
{
gssapi->Done();
delete gssapi; delete gssapi;
}
if ( ntlm ) if ( ntlm )
{
ntlm->Done();
delete ntlm; delete ntlm;
}
%} %}
function forward_auth(auth: DCE_RPC_Auth, is_orig: bool): bool function forward_auth(auth: DCE_RPC_Auth, is_orig: bool): bool