Changeset 113 for ImageMagick/trunk/Magick++/lib
- Timestamp:
- 09/14/09 06:41:42 (6 months ago)
- Files:
-
- 1 modified
-
ImageMagick/trunk/Magick++/lib/Magick++/STL.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/Magick++/lib/Magick++/STL.h
r3 r113 1899 1899 unlinkImages( first_, last_ ); 1900 1900 throwException( exceptionInfo ); 1901 (void) MagickCore::DestroyExceptionInfo( &exceptionInfo ); 1901 1902 } 1902 1903 … … 1917 1918 appendedImage_->replaceImage( image ); 1918 1919 throwException( exceptionInfo ); 1920 (void) MagickCore::DestroyExceptionInfo( &exceptionInfo ); 1919 1921 } 1920 1922 … … 1933 1935 averagedImage_->replaceImage( image ); 1934 1936 throwException( exceptionInfo ); 1937 (void) MagickCore::DestroyExceptionInfo( &exceptionInfo ); 1935 1938 } 1936 1939 … … 1962 1965 // Report any error 1963 1966 throwException( exceptionInfo ); 1967 (void) MagickCore::DestroyExceptionInfo( &exceptionInfo ); 1964 1968 } 1965 1969 … … 2038 2042 coder_list=(char **) MagickCore::RelinquishMagickMemory( coder_list ); 2039 2043 throwException( exceptionInfo ); 2044 (void) MagickCore::DestroyExceptionInfo( &exceptionInfo ); 2040 2045 } 2041 2046 … … 2375 2380 insertImages( sequence_, images); 2376 2381 throwException( exceptionInfo ); 2382 (void) MagickCore::DestroyExceptionInfo( &exceptionInfo ); 2377 2383 } 2378 2384 template <class Container>
