Resource leak in VCardDisplayArea?

Hi,
VCardDisplayArea has the inner class CardAreaPanel.
Its static member allCardPanels is filled by the 'get' method.
If running an endless loop of AI battle matches, it looks like allCardPanels keeps growing.
CardAreaPanel includes the cleanup method resetForNewGame.
But there is no reference to that method (master/2020-04-12).
Thanks,
thomek
VCardDisplayArea has the inner class CardAreaPanel.
Its static member allCardPanels is filled by the 'get' method.
If running an endless loop of AI battle matches, it looks like allCardPanels keeps growing.
CardAreaPanel includes the cleanup method resetForNewGame.
But there is no reference to that method (master/2020-04-12).
Thanks,
thomek