This website requires JavaScript.
Explore
Help
Register
Sign In
premiere
/
premiere-libtorrent
Watch
2
Star
2
Fork
You've already forked premiere-libtorrent
1
Code
Issues
Pull Requests
Releases
Wiki
Activity
10,265
Commits
1
Branch
0
Tags
63
MiB
69bd2986de
Commit Graph
2 Commits
Author
SHA1
Message
Date
arvidn
04c76249b6
merged RC_1_1 into master
2017-04-21 01:21:31 -04:00
arvidn
227830e757
fix memory leak in the disk cache. if a cached_piece_entry would stick around in a ghost list (ARC), it would keep the torrent object itself alive. when aborting read jobs, the outstanding_read flag need to be cleared on the piece. When reclaiming a block for a piece that should be deleted (not just evicted) it need to know that. This patch adds an additional bit to cached_piece_entry to communicate this
2017-04-19 22:30:27 -04:00