summaryrefslogtreecommitdiffstats
path: root/base/hmac_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/hmac_win.cc')
-rw-r--r--base/hmac_win.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/hmac_win.cc b/base/hmac_win.cc
index d611993..d927ac1 100644
--- a/base/hmac_win.cc
+++ b/base/hmac_win.cc
@@ -67,8 +67,6 @@ HMAC::~HMAC() {
CryptDestroyHash(plat_->hash_);
if (plat_->provider_)
CryptReleaseContext(plat_->provider_, 0);
-
- delete plat_;
}
bool HMAC::Sign(const std::string& data,