From: Tyler O. <tyl...@gm...> - 2006-05-26 02:41:21
In the ssgSGIHeader::openFile function, the member variable rle_temp is
allocated. This is not cleaned up anywhere. I added the following to the
ssgSGIHeader deconstructor and my app seems to still run ok.
if (rle_temp !=3D NULL)
delete [] rle_temp;
--=20
Tyler Ohlsen
Tyl...@gm...
Am Thu, 25 May 2006 19:51:49 -0500 schrieb "Tyler Ohlsen"
<tyl...@gm...>:
> In the ssgSGIHeader::openFile function, the member variable rle_temp is
> allocated. This is not cleaned up anywhere. I added the following to the
> ssgSGIHeader deconstructor and my app seems to still run ok.
>
> if (rle_temp != NULL)
> delete [] rle_temp;
Hello Tyler,
this issue should already be fixed in the CVS HEAD. I submitted a patch
containing the same solution on April 14, and it was applied April 16:
http://sourceforge.net/mailarchive/forum.php?thread_id=10175926&forum_id=4479
Maybe anonymous CVS is still not in sync with devel CVS?!?
Kind regards,
Jan R.
--
Jan Reucker
email: jan dot reucker at web dot de
web: http://www.reucker-online.de