dashdan / freerct

Automatically exported from code.google.com/p/freerct
0 stars 0 forks source link

'rcdgen' leaks memory in Convert*Node() functions #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
valgrind provided proof that the 'rcdgen' application is not releasing all its 
memory. Since it runs for a brief moment only, it is not likely to cause any 
problem at this time.

Original issue reported on code.google.com by Alberth2...@gmail.com on 29 Apr 2013 at 8:48

GoogleCodeExporter commented 9 years ago
Leaks due to the new BlockNode in Convert*Node() functions, found in 
cheack_data.cpp

Fix requires something to do with RefCounter?

Original comment by CharlesP...@googlemail.com on 25 Sep 2013 at 11:44

GoogleCodeExporter commented 9 years ago
Fixed in r890

Original comment by CharlesP...@googlemail.com on 5 Oct 2013 at 5:22