Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.8.0

Bug #3958 Memory leaks in Image_Graph 0.3.0-alpha
Submitted: 2005-03-25 11:51 UTC
From: brice dot joly at free dot fr Assigned: nosey
Status: No Feedback Package: Image_Graph
PHP Version: 4.3.10 OS: Linux/Red Hat 7.2
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 33 - 26 = ?

 
 [2005-03-25 11:51 UTC] brice dot joly at free dot fr
Description: ------------ I have found out Image_Graph 0.3.0-alpha has some memory leaks, one of which is a big stopper : GD Image object isn't destroyed, which leads to some 800KB memory per image that can never be freed. (Note: this has been fixed in CVS). There's a smaller memory leak (approximately 30KB/image), which I wasn't able to track down. (Note: this does not seem to be fixed in CVS yet). Regards, Brice Joly

Comments

 [2005-03-26 22:07 UTC] pear dot nosey at veggerby dot dk
As you state, parts of this has already been fixed in CVS. Maybe it's a stupid question, but how do you test this? And please provide your test-code, maybe it could help "narrow" it in (unless it's entirely general?) Regards Jesåer