Show
Ignore:
Timestamp:
09/14/09 06:41:42 (6 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/Magick++/lib/Magick++/STL.h

    r3 r113  
    18991899    unlinkImages( first_, last_ ); 
    19001900    throwException( exceptionInfo ); 
     1901    (void) MagickCore::DestroyExceptionInfo( &exceptionInfo ); 
    19011902  } 
    19021903 
     
    19171918    appendedImage_->replaceImage( image ); 
    19181919    throwException( exceptionInfo ); 
     1920    (void) MagickCore::DestroyExceptionInfo( &exceptionInfo ); 
    19191921  } 
    19201922 
     
    19331935    averagedImage_->replaceImage( image ); 
    19341936    throwException( exceptionInfo ); 
     1937    (void) MagickCore::DestroyExceptionInfo( &exceptionInfo ); 
    19351938  } 
    19361939 
     
    19621965    // Report any error 
    19631966    throwException( exceptionInfo ); 
     1967    (void) MagickCore::DestroyExceptionInfo( &exceptionInfo ); 
    19641968  } 
    19651969 
     
    20382042    coder_list=(char **) MagickCore::RelinquishMagickMemory( coder_list ); 
    20392043    throwException( exceptionInfo ); 
     2044    (void) MagickCore::DestroyExceptionInfo( &exceptionInfo ); 
    20402045  } 
    20412046 
     
    23752380    insertImages( sequence_, images); 
    23762381    throwException( exceptionInfo ); 
     2382    (void) MagickCore::DestroyExceptionInfo( &exceptionInfo ); 
    23772383  } 
    23782384  template <class Container>