-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix memory leak #14127
Closed
Closed
fix memory leak #14127
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
a78654c
fix memory leak
yk3372 694487b
Update Colors.md
2aa8eba
Update Accessibility.md
cc653fb
Add @format to a few files
cpojer 3e6f86e
Properly mock `path` in DependencyGraph-test
cpojer 35e1397
Minor lint fixes
cpojer cf24d4c
Add Prop type for View
mjmahone acbbfc3
packager: add missing dep
2f28373
Create an `OutputFn` that can build indexed RAM bundles
davidaurelio 0cf80fd
Simplify `File` type: `map` is nullable, but not optional
davidaurelio cf7f33d
Covariant properties for `ModuleTransportLike`
davidaurelio 5afb3ed
Use `ModuleTransportLike` only with `$ReadOnlyArray`
davidaurelio 83c9fa2
Update Getting Started, Upgrading for CRNA
hramos 730df65
Add viewIsDescendantOf for UIManager on Android
Swordsman-Inaction 92fc282
Fixing potential measure call with negative size value
7c42b69
packager: ResolutionRequest: use _loadAsFile from _loadAsDir
a038f2f
packager: ResolutionRequest: refactor _loadAsDir and dependents
996bbe1
Expand Getting Started, Debugging, Running on Device guides.
hramos b1ae29b
Move packager launcher scripts outside of `packager/`
davidaurelio 4334cfe
Fix DependencyGraph-test in OS.
cpojer 75916c1
Reinstate RCTDeviceEventEmitter section for Android docs
aac33ce
ESLint: Upgrade to 3.19.0
yungsters File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What MessageQueueThread is associated with the UI thread? I don't think this does anything.