commit | 2040ecba8b8ee122351f6a09c88855d7202edae4 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Tue Oct 19 01:02:48 2010 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Tue Oct 19 01:02:48 2010 +0000 |
tree | da2b7d55843c26d35ade735226043ad91db11efb | |
parent | f8689f45e8aa593f905087705ff168a100a0ba95 [diff] [blame] |
diff --git a/Magick++/lib/Pixels.cpp b/Magick++/lib/Pixels.cpp index b233536..f91ce6e 100644 --- a/Magick++/lib/Pixels.cpp +++ b/Magick++/lib/Pixels.cpp
@@ -33,7 +33,6 @@ if (!_view) _image.throwImageException(); - (void) DestroyExceptionInfo( &_exception ); } // Destroy pixel view @@ -42,6 +41,7 @@ if ( _view ) _view = DestroyCacheView( _view ); + (void) DestroyExceptionInfo( &_exception ); } // Transfer pixels from the image to the pixel view as defined by