Skip to content

glib: Fix mem leak in poppler_document_new_from_fd

Christian Persch requested to merge chpe/poppler:mr/issue-1227 into master

Plug the mem leak by making a simple OwningFileStream (local to this file in glib/, not public in poppler/) that does that. That seemed the simplest way to fix this.

Merge request reports