Fixed potential memory leak in the UI code.

This commit is contained in:
Gunther De Wachter
2017-06-30 17:17:34 +02:00
parent b1e249aad0
commit 10e050c35b
2 changed files with 5 additions and 0 deletions
@@ -383,6 +383,7 @@ public class GuiMEMonitorable extends AEBaseMEGui implements ISortSource, IConfi
memoryText = this.searchField.getText();
}
// TODO : Remove when mezz removes displayGuiScreenWithoutClose() in 1.12.
@Override
@SubscribeEvent
public void onGuiOpenEvent(GuiOpenEvent event) {