← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 517948] Re: [patch] huge memory in file hasher on FreeBSD (16M per every hashed file)

 

I mentioned this memory leak in
https://bugs.launchpad.net/linuxdcpp/+bug/473173/comments/12, but guess
I forgot to do something about it in trunk and just fixed it upstream.
Either that or I was too lazy and hoped Razzloss would fix it. :D

** Tags added: memoryleak

** Summary changed:

- [patch] huge memory in file hasher on FreeBSD (16M per every hashed file)
+ Memory leak while hashing

-- 
Memory leak while hashing
https://bugs.launchpad.net/bugs/517948
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.

Status in Linux DC++: Confirmed

Bug description:
Looks like memory mappings are destroyed on Linux when the file descriptor is closed. This is not the case on FreeBSD.

Please see attached patch.





References