summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/metrics_service.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome_frame/metrics_service.cc b/chrome_frame/metrics_service.cc
index 37bff5c..79ceace 100644
--- a/chrome_frame/metrics_service.cc
+++ b/chrome_frame/metrics_service.cc
@@ -106,6 +106,8 @@ class ChromeFrameUploadRequestContext : public URLRequestContext {
~ChromeFrameUploadRequestContext() {
DLOG(INFO) << __FUNCTION__;
+ delete http_transaction_factory_;
+ delete http_auth_handler_factory_;
}
void Initialize() {