-
Notifications
You must be signed in to change notification settings - Fork 333
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
bug - 修复翻页造成的内存泄漏 #53
Open
HungryManBB
wants to merge
71
commits into
GGGHub:master
Choose a base branch
from
HungryManBB:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Former-commit-id: 33e45ac
Former-commit-id: 339e2bf
Former-commit-id: 26751d6
Former-commit-id: b2a5ff5
Former-commit-id: 9dd5f75
Former-commit-id: 7dc83ca
Former-commit-id: 08e03f2
Modify .md Former-commit-id: f7aa28f
Former-commit-id: a295e4e
Former-commit-id: f6797e0
Former-commit-id: bd58391
Former-commit-id: 936b678
Former-commit-id: 98e9f87
Former-commit-id: df1ed14
Former-commit-id: 52e9d88
Former-commit-id: d29c8d4
Former-commit-id: 0bd276f
Former-commit-id: afa33cd
Former-commit-id: 7d94141
Former-commit-id: b46c0e3
Former-commit-id: 201b55f
Former-commit-id: 80b7f58
Former-commit-id: adc8712
Former-commit-id: 60a9398
Former-commit-id: 1d46895
Former-commit-id: 1536c2b
Former-commit-id: cb0da9e
Former-commit-id: b42bf20
Former-commit-id: db98ecc
Former-commit-id: f7f54ca
Former-commit-id: 79f1af0
Fix broken headings in Markdown files Former-commit-id: a834daf
Former-commit-id: c183a16
修改txt分页错误问题 Former-commit-id: 29c628f
Former-commit-id: be59d87
Former-commit-id: 594d089
Former-commit-id: 9018140
Former-commit-id: 2e20530
Former-commit-id: dc4b839
bug - 图片计算高度错误导致的图片展示比例压缩 Former-commit-id: bb9b666
Former-commit-id: 908f3fa
bug - 修复 epub 多图片渲染出现空白页 bug Former-commit-id: 6fe07ee
Former-commit-id: 495b138
Former-commit-id: a7c1960
那个strong改为weak后,会造成过度释放的crash啊@hungryAndCode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
原因是:LSYReadView 的 delegate 属性是 strong ,造成 LSYReadViewController 强引用 LSYReaderView ,造成内存泄漏