Telegram icon indicating copy to clipboard operation
Telegram copied to clipboard

Fixed a memory leak

Open mwajeeh opened this issue 9 years ago • 0 comments

Usually onVideoTakeCallback is anonymous class in Fragment which causes memory leak when Fragment is no longer active. Setting onVideoTakeCallback to null when its no longer required fixes this issue.

mwajeeh avatar Oct 25 '16 10:10 mwajeeh