| Index: chrome/installer/gcapi/gcapi.cc
|
| diff --git a/chrome/installer/gcapi/gcapi.cc b/chrome/installer/gcapi/gcapi.cc
|
| index 45e64ea7c432045e628988f9ead3b2501fa43131..9f5de5ca8589a87aaed3cf121753796a1c27f48b 100644
|
| --- a/chrome/installer/gcapi/gcapi.cc
|
| +++ b/chrome/installer/gcapi/gcapi.cc
|
| @@ -493,7 +493,7 @@ BOOL __stdcall LaunchGoogleChrome() {
|
| if (SUCCEEDED(ipl->LaunchCmdLine(
|
| chrome_command.GetCommandLineString().c_str())))
|
| ret = true;
|
| - ipl.Release();
|
| + ipl.Reset();
|
| } else {
|
| // Couldn't get Omaha's process launcher, Omaha may not be installed at
|
| // system level. Try just running Chrome instead.
|
|
|