| Index: core/fpdfapi/edit/cpdf_creator.h
|
| diff --git a/core/fpdfapi/edit/cpdf_creator.h b/core/fpdfapi/edit/cpdf_creator.h
|
| index c04db6eb37db858edf1b6d96af7c7e79edbaea51..f462115cf7caffb85f2d2480ba73f7bb7332089a 100644
|
| --- a/core/fpdfapi/edit/cpdf_creator.h
|
| +++ b/core/fpdfapi/edit/cpdf_creator.h
|
| @@ -94,7 +94,7 @@
|
| FX_FILESIZE m_XrefStart;
|
| CFX_FileSizeListArray m_ObjectOffset;
|
| CFX_ArrayTemplate<uint32_t> m_NewObjNumArray;
|
| - std::unique_ptr<CPDF_Array> m_pIDArray;
|
| + std::unique_ptr<CPDF_Array, ReleaseDeleter<CPDF_Array>> m_pIDArray;
|
| int32_t m_FileVersion;
|
| };
|
|
|
|
|