mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
analyzer/protocol/dns: fix NSEC3 memory leak
This commit is contained in:
parent
aac3de576f
commit
957e7d3245
1 changed files with 2 additions and 0 deletions
|
@ -1129,6 +1129,8 @@ int DNS_Interpreter::ParseRR_NSEC3(DNS_MsgInfo* msg,
|
||||||
msg->BuildNSEC3_Val(&nsec3),
|
msg->BuildNSEC3_Val(&nsec3),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
Unref(char_strings);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue