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

Unified Diff: chrome/browser/sync/engine/syncapi.cc

Issue 243023: Balance call to CommandLine::Init in syncapi with call to CommandLine::Termin... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/syncapi.cc
===================================================================
--- chrome/browser/sync/engine/syncapi.cc (revision 27284)
+++ chrome/browser/sync/engine/syncapi.cc (working copy)
@@ -1229,6 +1229,8 @@
LOG_IF(ERROR, WAIT_TIMEOUT == wait_result) << "Thread exit timeout expired";
CloseHandle(address_watch_params_.exit_flag);
#endif
+
+ CommandLine::Terminate();
}
// Listen to model changes, filter out ones initiated by the sync API, and
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698