Skip to content

SampledFunction: Initialize cacheOut

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

On some broken files m is 0 so every time we call SampledFunction::transform we just return cachedOut, but it was never initialized. We can solve it other ways but seems seems the least expensive

Merge request reports