| Index: core/fpdfapi/page/cpdf_streamcontentparser.cpp
|
| diff --git a/core/fpdfapi/page/cpdf_streamcontentparser.cpp b/core/fpdfapi/page/cpdf_streamcontentparser.cpp
|
| index 45a468f7a65d8e1910fc0c240adf6b1aa658cf40..141442bb280965fafefcd810c2a762ad51690759 100644
|
| --- a/core/fpdfapi/page/cpdf_streamcontentparser.cpp
|
| +++ b/core/fpdfapi/page/cpdf_streamcontentparser.cpp
|
| @@ -269,8 +269,6 @@ CPDF_StreamContentParser::CPDF_StreamContentParser(
|
| m_PathCurrentY(0.0f),
|
| m_PathClipType(0),
|
| m_pLastImage(nullptr),
|
| - m_pLastImageDict(nullptr),
|
| - m_pLastCloneImageDict(nullptr),
|
| m_bColored(false),
|
| m_bResourceMissing(false) {
|
| if (pmtContentToUser)
|
| @@ -297,8 +295,6 @@ CPDF_StreamContentParser::CPDF_StreamContentParser(
|
| CPDF_StreamContentParser::~CPDF_StreamContentParser() {
|
| ClearAllParams();
|
| FX_Free(m_pPathPoints);
|
| - delete m_pLastImageDict;
|
| - delete m_pLastCloneImageDict;
|
| }
|
|
|
| int CPDF_StreamContentParser::GetNextParamPos() {
|
|
|