Releases: HDB-Li/LLDebugTool
Releases · HDB-Li/LLDebugTool
1.1.0
1.0.3
Fix some leaks.
Update
- Call
CFRelease
inLLAppHelper
. - Resolve circular references caused by the
NSURLSessionDelegate
inLLURLProtocol
. - Call
Free
inLLBaseModel
. - Fix analyze warning in
LLBaseViewController
/LLFilterOtherView
. - Uncoupled code in
LLTool
/LLNetworkContentVC
.
Additional Changes
- Add
NetTool
(Use URLSession in a singleton.) and updateViewController
(Fix a circular reference.)