diff options
author | kcwu <kcwu@chromium.org> | 2016-09-26 12:00:31 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-26 12:00:31 -0700 |
commit | 87c658d72ec1e2167fe60d97dcc1ca0301e920ea (patch) | |
tree | f34da42fc0d0fa689ab713591e9d259c76d921e2 /third_party/lcms2-2.6/README.pdfium | |
parent | bfe9afc2ab1d883bb036a1c3b35b429229708875 (diff) | |
download | pdfium-87c658d72ec1e2167fe60d97dcc1ca0301e920ea.tar.xz |
Fix memory leak in lcms, MPEmatrix_Read
BUG=650277
Review-Url: https://codereview.chromium.org/2371723003
Diffstat (limited to 'third_party/lcms2-2.6/README.pdfium')
-rw-r--r-- | third_party/lcms2-2.6/README.pdfium | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/lcms2-2.6/README.pdfium b/third_party/lcms2-2.6/README.pdfium index 4fcd32b18e..29479392c4 100644 --- a/third_party/lcms2-2.6/README.pdfium +++ b/third_party/lcms2-2.6/README.pdfium @@ -17,4 +17,5 @@ Local Modifications: 0005-memory-leak-AllocEmptyTransform.patch: Fix memory leak in AllocEmptyTransform. 0006-memory-leak-Type_NamedColor_Read.patch: Fix memory leak in Type_NamedColor_Read. 0007-memory-leak-OptimizeByResampling.patch: Fix memory leak in OptimizeByResampling. +0008-memory-leak-Type_MPEmatrix_Read.patch: Fix memory leak in MPEmatrix_Read. TODO(ochang): List other patches. |