summaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_TIFFPredictor.cc
AgeCommit message (Collapse)Author
2019-06-22In shippable code, favor smart pointers (fixes #235)Jay Berkenbilt
Use PointerHolder in several places where manually memory allocation and deallocation were being used. This helps to protect against memory leaks when exceptions are thrown in surprising places.
2018-01-14Add Pl_TIFFPredictorJay Berkenbilt