mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
Component count leakage fix
This commit is contained in:
parent
57f55306f1
commit
d4cf50ffdb
@ -5962,6 +5962,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
|
||||
private void readObject(ObjectInputStream s)
|
||||
throws IOException, ClassNotFoundException
|
||||
{
|
||||
this.removeAll();
|
||||
ObjectInputStream.GetField f = s.readFields();
|
||||
|
||||
TableModel newDataModel = (TableModel) f.get("dataModel", null);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user