summaryrefslogtreecommitdiffstats
path: root/base/hmac_nss.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/hmac_nss.cc')
-rw-r--r--base/hmac_nss.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/hmac_nss.cc b/base/hmac_nss.cc
index 9ef1903..293f61d 100644
--- a/base/hmac_nss.cc
+++ b/base/hmac_nss.cc
@@ -66,7 +66,6 @@ HMAC::HMAC(HashAlgorithm hash_alg, const unsigned char* key, int key_length)
}
HMAC::~HMAC() {
- delete plat_;
}
bool HMAC::Sign(const std::string& data,