diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-22 21:48:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-22 21:48:49 +0100 |
| commit | e6c67f4aac2ca9afc275b6f13058e1e46f2cecc3 (patch) | |
| tree | e9502ed7f81638352390b1ff114359a00da51e8d /src | |
| parent | f0edd6ab35c3c2b7800a26ec8206adab75e5f633 (diff) | |
| parent | 79a871ea740509ff2fa540ca715375e0ba1c4ad9 (diff) | |
Merge master.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/image_proxy.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
