magixx / nntpfs

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

memory leaks #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
leaks memory like... i don't know any term for comparison

some things are also never deallocated
(the group caches)
(the files once opened)

Original issue reported on code.google.com by radu...@gmail.com on 10 Mar 2008 at 12:59

GoogleCodeExporter commented 9 years ago
It is not as bad as I originally thought. I ran the program through Valgrind 
and it 
was mostly ok. There is a problem though with managing the caches for the group 
contents and files, as no management has been implemented. 

In short: everything that was accessed stays in memory, (but not whole files, 
only 
one part per file).

This will have to be fixed.

Original comment by radu...@gmail.com on 17 Mar 2008 at 12:48