Skip to content

Remove the url from the CachedFileLoader::init function

Albert Astals Cid requested to merge aacid/poppler:remove_uri_from_call into master

It was unused everywhere except in CurlCachedFileLoader, but there we can just pass it in the constructor.

The use in one of the two glib cases was a memory leak

Merge request reports