|
|
Chromium Code Reviews|
Created:
8 years, 3 months ago by huangs Modified:
8 years, 3 months ago CC:
chromium-reviews, grt+watch_chromium.org, amit, robertshield Base URL:
svn://svn.chromium.org/chrome/trunk/src Visibility:
Public. |
DescriptionFixing missed deallocation of pointer from FileVersionInfo::CreateFileVersionInfoForCurrentModule().
BUG=None
TEST=None
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156952
Patch Set 1 #
Total comments: 2
Patch Set 2 : Small changes. #Patch Set 3 : chmod #Messages
Total messages: 19 (0 generated)
Please take a look at this quick fix. Note that I ignored the presubmit check on std::wstring to avoid complicating things.
LGTM++.
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/huangs@chromium.org/10910257/1
Presubmit check for 10910257-1 failed and returned exit status 1.
Running presubmit commit checks ...
** Presubmit Warnings **
New code should not use wstrings. If you are calling a cross-platform API that
accepts a wstring, fix the API.
chrome_frame/utils.cc:301
Presubmit checks took 3.7s to calculate.
Was the presubmit check useful? Please send feedback & hate mail to
maruel@chromium.org!
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/huangs@chromium.org/10910257/1
Presubmit check for 10910257-1 failed and returned exit status 1.
Running presubmit commit checks ...
** Presubmit Warnings **
New code should not use wstrings. If you are calling a cross-platform API that
accepts a wstring, fix the API.
chrome_frame/utils.cc:301
run a try job and then dcommit.
On 2012/09/14 12:48:47, erikwright wrote: > run a try job and then dcommit. Or, if you're not a committer yet, add NOTRY=True to the issue description and hit the CQ again (after running try jobs).
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/huangs@chromium.org/10910257/1
Presubmit check for 10910257-1 failed and returned exit status 1.
Running presubmit commit checks ...
** Presubmit Warnings **
New code should not use wstrings. If you are calling a cross-platform API that
accepts a wstring, fix the API.
chrome_frame/utils.cc:301
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/huangs@chromium.org/10910257/1
Presubmit check for 10910257-1 failed and returned exit status 1.
Running presubmit commit checks ...
** Presubmit Warnings **
New code should not use wstrings. If you are calling a cross-platform API that
accepts a wstring, fix the API.
chrome_frame/utils.cc:301
Presubmit checks took 3.6s to calculate.
https://chromiumcodereview.appspot.com/10910257/diff/1/chrome_frame/utils.cc File chrome_frame/utils.cc (right): https://chromiumcodereview.appspot.com/10910257/diff/1/chrome_frame/utils.cc#... chrome_frame/utils.cc:300: DCHECK(module_version_info.get() != NULL); please remove this DCHECK as per other review (scoped_ptr<>::operator-> asserts).
Fixed, also for my change, using string16 (else it won't commit). https://chromiumcodereview.appspot.com/10910257/diff/1/chrome_frame/utils.cc File chrome_frame/utils.cc (right): https://chromiumcodereview.appspot.com/10910257/diff/1/chrome_frame/utils.cc#... chrome_frame/utils.cc:300: DCHECK(module_version_info.get() != NULL); On 2012/09/14 17:25:58, grt wrote: > please remove this DCHECK as per other review (scoped_ptr<>::operator-> > asserts). Done.
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/huangs@chromium.org/10910257/11003
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/huangs@chromium.org/10910257/5
Sorry for I got bad news for ya. Compile failed with a clobber build. Your code is likely broken or HEAD is junk. Please ensure your code is not broken then alert the build sheriffs. Look at the try server FAQ for more details.
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/huangs@chromium.org/10910257/5
Change committed as 156952 |
