analyzer/protocol/dns: fix NSEC3 memory leak

This commit is contained in:
Max Kellermann 2020-02-17 19:27:07 +01:00
parent aac3de576f
commit 957e7d3245

View file

@ -1129,6 +1129,8 @@ int DNS_Interpreter::ParseRR_NSEC3(DNS_MsgInfo* msg,
msg->BuildNSEC3_Val(&nsec3),
});
}
else
Unref(char_strings);
return 1;
}