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

Unified Diff: chromeos_network.cc

Issue 4132006: [cros] Add *Safe methods to the ownership API (Closed) Base URL: http://git.chromium.org/git/cros.git
Patch Set: comment out NOTREACHED Created 10 years, 2 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: chromeos_network.cc
diff --git a/chromeos_network.cc b/chromeos_network.cc
index b84d78f69ffee3d96a0750b9dbfc56960c57bd30..2b7e80e616003fb549043329118c47e0a8f534d5 100644
--- a/chromeos_network.cc
+++ b/chromeos_network.cc
@@ -804,6 +804,7 @@ void ChromeOSFreeServiceInfo(ServiceInfo* info) {
if (info == NULL)
return;
DeleteServiceInfoProperties(*info);
+ delete info;
}
// TODO(ers) ManagerPropertyChangedHandler is deprecated
« chromeos_login_helpers.cc ('K') | « chromeos_login_unittest.cc ('k') | drive_login.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698