Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
28c92930
Commit
28c92930
authored
Sep 26, 2012
by
JINMEI Tatuya
Browse files
[2282merge] added virtual to a derived class dtor per convention/style guide.
parent
a3a63ba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/nsec3hash.cc
View file @
28c92930
...
...
@@ -79,7 +79,7 @@ public:
SHA1Reset
(
&
sha1_ctx_
);
}
~
NSEC3HashRFC5155
()
{
virtual
~
NSEC3HashRFC5155
()
{
std
::
free
(
salt_data_
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment