Skip to content

Draft: Avoid thunk leaks via NameCache

Ben Gamari requested to merge wip/T19214 into master

Previously, extending the NameCache would result in the leakage of both UniqueSupplys and NameCaches since we would fail to force the Name when extending the NameCache.

Fixes #19214

Edited by Ben Gamari

Merge request reports