You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cyclic reference between ObjectInputStream and BlockDataInputStream. One object should be holding a weak reference.
A single cyclic reference is creating huge memory leak because ObjectInputStream has been used in our code in many classes.
This fixes will really help to solve a big memory leak.
The text was updated successfully, but these errors were encountered:
Cyclic reference between ObjectInputStream and BlockDataInputStream. One object should be holding a weak reference.
A single cyclic reference is creating huge memory leak because ObjectInputStream has been used in our code in many classes.
This fixes will really help to solve a big memory leak.
The text was updated successfully, but these errors were encountered: