summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-07 22:49:31 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-08 16:19:38 +0200
commit264e25f391f83bcbeb60590f18ff96719b086454 (patch)
treead7a6daae5a2350d56a521eb022fea30e799b95c /TODO
parenta615985865ca73249a7b21e2f28b440cb6c16636 (diff)
downloadqpdf-264e25f391f83bcbeb60590f18ff96719b086454.tar.zst
Clear owning QPDF information for all objects, not just indirect
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index f91a7d65..cdec24b7 100644
--- a/TODO
+++ b/TODO
@@ -811,3 +811,10 @@ Rejected Ideas
Note that arrays and dictionaries still need to contain
QPDFObjectHandle because of indirect objects. This only pertains to
direct objects, which are always "resolved" in QPDFObjectHandle.
+
+ If this is addressed, read comments in QPDFWriter.cc::enqueueObject
+ near the call to getOwningQPDF, comments in QPDFValueProxy::reset,
+ and comments in QPDF::~QPDF() near the line that assigns to null.
+ This will also affect test 92 in test_driver.cc. All these
+ references were from the release of qpdf 11 (in case they have moved
+ by such time as this might be resurrected).