Initialize QPDF::Members::file (fixes #584)

This commit is contained in:
Jay Berkenbilt 2021-11-29 07:16:34 -05:00
parent 67b0dbe65f
commit ac17308cf6
1 changed files with 1 additions and 0 deletions

View File

@ -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),