Skip to content

Make sure Account and TimelineWidget free memory correctly

Dar13 requested to merge dar13/michabo:fix_mem_leaks into master

Account wasn't freeing its identity cache on destruction. TimelineWidget wasn't adding its AvatarDelegate to its object tree, leaking it on destruction (whoops, this one's my bad).

Merge request reports