X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fimage_proxy.cc;h=039b1113300937fde92b65a7cad3f69880f3cb6f;hp=1eb9c169c5c3b375d4677b61f6b19bdc58af71db;hb=e6c67f4aac2ca9afc275b6f13058e1e46f2cecc3;hpb=f0edd6ab35c3c2b7800a26ec8206adab75e5f633 diff --git a/src/lib/image_proxy.cc b/src/lib/image_proxy.cc index 1eb9c169c..039b11133 100644 --- a/src/lib/image_proxy.cc +++ b/src/lib/image_proxy.cc @@ -141,6 +141,8 @@ MagickImageProxy::image () const p += _image->stride()[0]; } + delete magick_image; + LOG_TIMING ("[%1] MagickImageProxy completes decode and convert of %2 bytes", boost::this_thread::get_id(), _blob.length()); return _image;