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

Issue 14410: Fix purify complaint about FontData structs being leaked. These are held in ... (Closed)

Created:
12 years ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix purify complaint about FontData structs being leaked. These are held in a cache that never evicts anything, so they are not real leaks. We just used to free them before to probably make purify happy, and I didn't realize that when I made recent changes to the file. Now we clean up the FontData structs again. R=brettw Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=6961

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M webkit/port/platform/graphics/chromium/FontUtilsChromiumWin.cpp View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
darin (slow to review)
12 years ago (2008-12-13 00:55:24 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698