[KLIB] Fix memory leak in linker through haveSeen set

This commit is contained in:
Roman Artemev
2020-07-31 15:36:53 +03:00
committed by romanart
parent 19b5fda750
commit e189cb1895
@@ -596,6 +596,8 @@ abstract class KotlinIrLinker(
fakeOverrideBuilder.provideFakeOverrides(klass)
}
haveSeen.clear()
// TODO: fix IrPluginContext to make it not produce additional external reference
// symbolTable.noUnboundLeft("unbound after fake overrides:")
}