Vadim Zeitlin <vadim at wxwindows.org>: > > In ReadTGA() there are a couple of returns after allocating 'imageData' > > but only final function exit provides 'free(imageData);'. > > Indeed, thanks. Added wxON_BLOCK_EXIT(free, imageData) to ensure that this > is done always now. Thanks, but.... commited? :) ABX