Jari Sundell
Jari Sundell
It will take some time to figure out what is going wrong, so it will have to wait until I'm done with other things.
Should be fixed now.
``` diff --git a/src/utils/sha1.h b/src/utils/sha1.h index b0c37555..c2093565 100644 --- a/src/utils/sha1.h +++ b/src/utils/sha1.h @@ -44,6 +44,13 @@ namespace torrent { +struct sha1_deleter { + void operator()(EVP_MD_CTX* ctx) { + if (ctx...
https://github.com/rakshasa/libtorrent/pull/437
There's a leak in Poll that I'm aware off, and will be fixed when I refactor the code.
Merged poll fix.
If this gets merged, it means I need to keep two build systems up-to-date in order to merge PRs. And one of them I have no experience with. This is...
I'm working on a fix now for the thread cleanup.
> I would recommend adding `cmake` instead as a build solution. It's entirely optional, widely used and easily understandable. Still suffers the issue of adding indeterminate future overhead for very...
Add a sleep to the test, then attach lldb to get the backtrace.