diff options
Diffstat (limited to 'graphics/exact-image/files/patch-codecs__jpeg.cc')
-rw-r--r-- | graphics/exact-image/files/patch-codecs__jpeg.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/exact-image/files/patch-codecs__jpeg.cc b/graphics/exact-image/files/patch-codecs__jpeg.cc deleted file mode 100644 index 469e3b9efafb..000000000000 --- a/graphics/exact-image/files/patch-codecs__jpeg.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- codecs/jpeg.cc.orig 2017-08-08 14:31:16 UTC -+++ codecs/jpeg.cc -@@ -901,7 +901,7 @@ bool JPEGCodec::readMeta (std::istream* stream, Image& - // If we get here, the JPEG code has signaled an error. - // We need to clean up the JPEG object, close the input file, and return. - jpeg_destroy_decompress (cinfo); -- free (cinfo); -+ delete cinfo; - return false; - } - |