Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(711)

Unified Diff: chrome/browser/automation/automation_provider_observers.cc

Issue 6291002: Attempt at fixing reliability crash. If the AutomationProvider goes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/automation/automation_provider_observers.cc
diff --git a/chrome/browser/automation/automation_provider_observers.cc b/chrome/browser/automation/automation_provider_observers.cc
index c6719bb4c0087d84a11ee01420827bb5e6e2e218..8b53b4a190ad8a207719cfdeb73f2feb4c9c3155 100644
--- a/chrome/browser/automation/automation_provider_observers.cc
+++ b/chrome/browser/automation/automation_provider_observers.cc
@@ -823,6 +823,7 @@ void ExecuteBrowserCommandObserver::Observe(
AutomationMsg_WindowExecuteCommand::WriteReplyParams(reply_message_,
true);
automation_->Send(reply_message_);
+ reply_message_ = NULL;
delete this;
} else {
NOTREACHED();
« no previous file with comments | « chrome/browser/automation/automation_provider_observers.h ('k') | chrome/test/data/reliability/known_crashes.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698