2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-22 22:58:33 +00:00

Use a pointer holder in one place where we were previously just using

a pointer.


git-svn-id: svn+q:///qpdf/trunk@968 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2010-05-31 17:04:55 +00:00
parent 9106e00e2a
commit aa093bfabd

View File

@ -540,7 +540,7 @@ QPDFObjectHandle::makeDirectInternal(std::set<int>& visited)
this->objid = 0;
this->generation = 0;
QPDFObject* new_obj = 0;
PointerHolder<QPDFObject> new_obj;
if (isBool())
{