mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-23 03:18:59 +00:00
Initialize QPDF::Members::file (fixes #584)
This commit is contained in:
parent
67b0dbe65f
commit
ac17308cf6
@ -196,6 +196,7 @@ QPDF::EncryptionParameters::EncryptionParameters() :
|
||||
|
||||
QPDF::Members::Members() :
|
||||
unique_id(0),
|
||||
file(new InvalidInputSource()),
|
||||
provided_password_is_hex_key(false),
|
||||
ignore_xref_streams(false),
|
||||
suppress_warnings(false),
|
||||
|
Loading…
Reference in New Issue
Block a user