aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFObjectHandle.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-07-07 21:35:00 +0200
committerJay Berkenbilt <ejb@ql.org>2013-07-07 21:36:51 +0200
commit212812d8372d01362252bf2ac189c15367ff4f5c (patch)
treec7085c84c1b7cae04fa3b88adf3824befbb59c37 /libqpdf/QPDFObjectHandle.cc
parent66c88995fccf043d933c80bb0bf87360d0d81b18 (diff)
downloadqpdf-212812d8372d01362252bf2ac189c15367ff4f5c.tar.zst
Fix errors reported by Coverity
Thanks to Jiri Popelka from Red Hat for sending the output of a Coverity run over qpdf.
Diffstat (limited to 'libqpdf/QPDFObjectHandle.cc')
-rw-r--r--libqpdf/QPDFObjectHandle.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/QPDFObjectHandle.cc b/libqpdf/QPDFObjectHandle.cc
index 9a1aae4a..442678fd 100644
--- a/libqpdf/QPDFObjectHandle.cc
+++ b/libqpdf/QPDFObjectHandle.cc
@@ -35,6 +35,7 @@ QPDFObjectHandle::ParserCallbacks::terminateParsing()
QPDFObjectHandle::QPDFObjectHandle() :
initialized(false),
+ qpdf(0),
objid(0),
generation(0),
reserved(false)