summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/metrics_service.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/metrics_service.cc b/chrome/browser/metrics_service.cc
index f01494b..d40f078 100644
--- a/chrome/browser/metrics_service.cc
+++ b/chrome/browser/metrics_service.cc
@@ -648,6 +648,7 @@ void MetricsService::StopRecording(MetricsLog** log) {
current_log_->num_events());
current_log_->CloseLog();
delete current_log_;
+ current_log_ = NULL;
StartRecording(); // Start trivial log to hold our histograms.
}