Is there an autorelease
analogous method for CGPDFDocumentRef
instances? I'd like to apply this before returning an instance I created. Or can I only do CGPDFDocumentRelease(...)
before returning (which is surely wrong)?
Since I created the CGPDFDocumentRef
I'd like to take care with its release.