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

Issue 380010: [Mac] Fix a leak in HyperlinkButtonCell (Closed)

Created:
11 years, 1 month ago by Robert Sesek
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

[Mac] Fix a leak in HyperlinkButtonCell BUG=27149 TEST=Valgrind Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31558

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -27 lines) Patch
M chrome/browser/cocoa/hyperlink_button_cell.mm View 1 chunk +1 line, -1 line 1 comment Download
M tools/valgrind/memcheck/suppressions_mac.txt View 1 chunk +0 lines, -26 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Robert Sesek
11 years, 1 month ago (2009-11-10 03:28:50 UTC) #1
Nico
LG!
11 years, 1 month ago (2009-11-10 03:30:47 UTC) #2
pink (ping after 24hrs)
drive-by http://codereview.chromium.org/380010/diff/1/2 File chrome/browser/cocoa/hyperlink_button_cell.mm (right): http://codereview.chromium.org/380010/diff/1/2#newcode65 Line 65: NSMutableParagraphStyle* paragraphStyle = the best (and more ...
11 years, 1 month ago (2009-11-11 17:00:33 UTC) #3
pink (ping after 24hrs)
11 years, 1 month ago (2009-11-11 17:01:19 UTC) #4
drive-by


http://codereview.chromium.org/380010/diff/1/2
File chrome/browser/cocoa/hyperlink_button_cell.mm (right):

http://codereview.chromium.org/380010/diff/1/2#newcode65
Line 65: NSMutableParagraphStyle* paragraphStyle =
the best (and more consistent) fix here would be to use a
scoped_nsobject, but good catch.

http://codereview.chromium.org/380010

Powered by Google App Engine
This is Rietveld 408576698