diff options
Diffstat (limited to 'base/hmac_mac.cc')
-rw-r--r-- | base/hmac_mac.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/hmac_mac.cc b/base/hmac_mac.cc index b2d0a33..668b306 100644 --- a/base/hmac_mac.cc +++ b/base/hmac_mac.cc @@ -24,8 +24,6 @@ HMAC::~HMAC() { plat_->key_.assign(plat_->key_.length(), std::string::value_type()); plat_->key_.clear(); plat_->key_.reserve(0); - - delete plat_; } bool HMAC::Sign(const std::string& data, |