Performance: fixed memory leaks on each card viewer or draft open (10 Mb per call, related to #11285, fixes #9548)

This commit is contained in:
Oleg Agafonov 2023-10-14 12:38:32 +04:00
parent ce311fd691
commit 36ccfb0a2a
13 changed files with 44 additions and 10 deletions

View file

@ -37,6 +37,8 @@ import java.util.concurrent.CancellationException;
import java.util.concurrent.TimeUnit;
/**
* Network: client side session
*
* @author BetaSteward_at_googlemail.com, JayDi85
*/
public class SessionImpl implements Session {