Horde3D

Next-Generation Graphics Engine
It is currently 28.03.2024, 09:25

All times are UTC + 1 hour




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 13.06.2012, 11:51 
Offline

Joined: 17.11.2009, 17:00
Posts: 205
Location: Russia, Moscow
There is a memory leak in daeLibVisualScenes. If node has child nodes then they are not cleaned up when node is deleted. You can just add
Code:
~DaeNode()
{
   for( unsigned int i = 0; i < children.size(); ++i ) delete children[i];
}

to fix it. Not much of an issue, if you use ColladaConv as a stand-alone app, but if you integrate it into your application it can be a problem.


Top
 Profile  
Reply with quote  
PostPosted: 14.06.2012, 10:52 
Offline
Tool Developer

Joined: 13.11.2007, 11:07
Posts: 1150
Location: Germany
Thanks, fixed it, and another one in the SceneNode destructor


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 14 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