I'm using Apple's sample code (verbatim) for Document Interaction using the QuickLook framework/QLPreviewController to display PDFs to users (PDFs are roughly 4-5 MB).
When running this code through Instruments, Memory Allocation grows. However, it never seems to dealloc. Is this a known issue or is Apple's sample code missing something?