-
Notifications
You must be signed in to change notification settings - Fork 586
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed cache leak when context contains non-recreatable/invalid context
Summary: This change allows reuse pool to "ask" controller if context is still valid and can be recreated for future reuse. Goal is to fix cache leak issue, when view is stored in reuse pool but would be never reused, since context contains piece of data that can't be recreated anymore. Reviewed By: kevin0571 Differential Revision: D26914733 fbshipit-source-id: de4247b78328631b9407a9f5a844a3d535e4972c
- Loading branch information
1 parent
6d5b49e
commit c5509f8
Showing
4 changed files
with
155 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters