Memory leak in LocalView #8144
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Each time we create a
LocalView
instance we callILocalViewListener.RegisterView
, but don't ever deregister them.Also we cache
LocalView
instances inDbSet
, but we don't cacheDbSet
instances returned byDbContext.Set
The text was updated successfully, but these errors were encountered: