aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-11-18 15:40:32 +0100
committerm-holger <m-holger@kubitscheck.org>2023-11-26 14:06:12 +0100
commitddad5ad53ec8b9a0555beee84c92e1ec4cc1766f (patch)
tree16c5650d6aaa0d5c06293ec6fe0a7055a08a86ce /include
parent0dee39707583b300bc745c923452a848d0f02c88 (diff)
downloadqpdf-ddad5ad53ec8b9a0555beee84c92e1ec4cc1766f.tar.zst
In QPDF::pipeStreamData use unique_ptr as heap
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 2ca6005c..ffe07559 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1133,7 +1133,7 @@ class QPDF
Pipeline*& pipeline,
QPDFObjGen const& og,
QPDFObjectHandle& stream_dict,
- std::vector<std::shared_ptr<Pipeline>>& heap);
+ std::unique_ptr<Pipeline>& heap);
// Methods to support object copying
void reserveObjects(QPDFObjectHandle foreign, ObjCopier& obj_copier, bool top);