Have anyone had memory leaks when upgrading from 2.3.2 to 2.4.0?
2.3.2
http://pastebin.com/vU0iXxBg==8625== LEAK SUMMARY:
==8625== definitely lost: 60 bytes in 1 blocks
==8625== indirectly lost: 0 bytes in 0 blocks
==8625== possibly lost: 0 bytes in 0 blocks
==8625== still reachable: 66,350 bytes in 545 blocks
==8625== suppressed: 0 bytes in 0 blocks
2.4.0
http://pastebin.com/wiakFQNT==9871== LEAK SUMMARY:
==9871== definitely lost: 2,580,736 bytes in 152 blocks
==9871== indirectly lost: 2,720 bytes in 18 blocks
==9871== possibly lost: 42,897,582 bytes in 7,444 blocks
==9871== still reachable: 155,318 bytes in 774 blocks
==9871== suppressed: 0 bytes in 0 blocks
My OS is Ubuntu 14.04 and I dont have any minimal code.
Its my first post, so sorry if is not the right place to post it or is not formatted well.
Pinkii