Skip to content
Snippets Groups Projects
Commit 084820e2 authored by agl@chromium.org's avatar agl@chromium.org
Browse files

Linux: fix memory leak in new SkFontHost code.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18424 0039d316-1c4b-4281-b951-d872f2087c98
parent fba834fe
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,8 @@ bool FontConfigDirect::Match(std::string* result_family,
if (result_family)
*result_family = (char *) c_family;
FcPatternDestroy(match);
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment