This website requires JavaScript.
Explore
Help
Register
Sign in
LBRYCommunity
/
lbrycrd
Watch
1
Star
0
Fork
You've already forked lbrycrd
0
Code
Issues
29
Pull requests
1
Projects
Releases
32
Packages
Wiki
Activity
Fix memory leak
#94
Merged
kaykurokawa
merged 2 commits from
fix_memory_leak
into
master
2018-02-16 16:14:36 +01:00
Conversation
1
Commits
2
Files changed
1
+15
-4
2 commits
Author
SHA1
Message
Date
Kay Kurokawa
a2fa2c0720
supportExpirationQueueCache was not cleared with the rest of the cache objects
...
Signed-off-by: Kay Kurokawa <kay@lbry.io>
2018-02-09 20:16:09 -05:00
Kay Kurokawa
b2ba3f5ea0
Fix memory leak where a new unaltered CClaimTrieNode would be created in addNodeToCache() for the convenient purpose of copying by value, but would never be freed
...
Signed-off-by: Kay Kurokawa <kay@lbry.io>
2018-02-09 20:15:33 -05:00