Skip to content

Fix memory leak in broken file in JBIG2Stream::readGenericBitmap

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

It could happen that codingLine succeeds but refLine fails because we're just on the edge of the allocatable memory so free codingLine just in case

Merge request reports