Marcus Barnes (marcus++at++multigen.com)
Wed, 20 May 1998 10:35:56 -0700
> {
> tex->freeImage();
> tex->apply();
> }
Change this to:
if ( tex->getRef() == 0 )
{
tex->freeImage();
tex->apply();
pfDelete( tex );
}
Regards.
--
+ Marcus Barnes, Technical Staff mailto:marcus++at++multigen.com +
+ Multigen Inc. http://www.multigen.com +
+ 550 S. Winchester Blvd. phoneto:1-408-556-2654 +
+ Suite 500 San Jose CA 95128 faxto:1-408-261-4103 +
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:57:25 PDT