Skip to content

add check that page returned from catalog is not null

Shank requested to merge shank1/poppler:master into master

Catalogue::getPage() can return nullptr. This patch adds a check for this return value and returns in case the value returned by Catalogue::getPage() is null.

Merge request reports