aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Destroyed.cc
AgeCommit message (Collapse)Author
2022-09-08Create a special "destroyed" type rather than using nullJay Berkenbilt
When a QPDF is destroyed, changing indirect objects to direct nulls makes them effectively disappear silently when they sneak into other places. Instead, we should treat this as an error. Adding a destroyed object type makes this possible.