2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-31 02:48:31 +00:00
qpdf/libqpdf
m-holger 08d7b56746 Prevent destruction of shared null objects
#863 uses a single null object for nulls that were previously implicit. In
certain circumstances this shared null object gets destroyed (i.e changed
to a QPDF_Destroyed object) when a QPDF object is destroyed.

Modify the QPDF destructor so that null objects get disconnected from the
dying QPDF object but not destroyed to prevent this from happening.
2023-04-11 18:01:14 +01:00
..
2022-04-09 14:37:00 -04:00
2023-04-01 13:58:06 +01:00
2023-03-19 17:27:39 +00:00
2022-09-23 15:09:13 -04:00
2023-04-01 13:58:21 +01:00
2023-04-01 13:58:15 +01:00
2023-02-25 14:18:13 -05:00
2023-04-01 13:58:06 +01:00
2023-01-21 18:18:15 -05:00
2023-03-23 20:25:42 +00:00