--- poppler-0.5.4/poppler/Page.cc 2006-04-11 18:58:54.000000000 -0700 +++ poppler/poppler/Page.cc 2006-12-21 12:29:49.000000000 -0800 @@ -484,6 +481,7 @@ obj1.free(); if (!colorMap->isOk()) { fprintf (stderr, "Error: invalid colormap\n"); + delete colorMap; goto fail1; }
Fixed, thanks for the patch.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.