Add cleanup function to mac pdf image buffer

This commit is contained in:
Felix Kauselmann
2016-11-22 18:23:40 +01:00
parent 46d06f441a
commit 595ceecb62
3 changed files with 1 additions and 5 deletions

View File

@ -861,7 +861,6 @@ void PDFComic::renderPage(int page)
QImage img = pdfComic->getPage(page);
if(!img.isNull())
{
pdfComic->releaseLastPageData();
#elif defined USE_PDFIUM
QImage img = pdfComic->getPage(page);
if(!img.isNull())