Horde3D

Next-Generation Graphics Engine
It is currently 28.03.2024, 10:29

All times are UTC + 1 hour




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Geom Resource memleak
PostPosted: 26.03.2012, 13:49 
Offline

Joined: 26.08.2008, 18:48
Posts: 120
It seems like the new resource's _refCount is the same as the original's _refCount.

in egGeometry.cpp

Code:
Resource *GeometryResource::clone()
{
   GeometryResource *res = new GeometryResource( "", _flags );

   *res = *this; //this copies each member (_refCount too)

// I've added this to solve the problem
   res->_refCount = 0;


Top
 Profile  
Reply with quote  
PostPosted: 28.03.2012, 17:19 
Offline
Tool Developer

Joined: 13.11.2007, 11:07
Posts: 1150
Location: Germany
should be solved, thanks


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 35 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group