Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
Bogdan Poplauschi
2016-05-08 18:35:47 +0300
Commit
1fba8d99f377d6e068736c2a77950d32e980c3a9
2 parents
19041b44
5cc5abae
Merge pull request #1549 from iOSPandaLee/master
Repair memory release in the iPad environment
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SDWebImage/SDImageCache.m
SDWebImage/SDImageCache.m
View file @
1fba8d9
...
...
@@ -126,7 +126,7 @@ FOUNDATION_STATIC_INLINE NSUInteger SDCacheCostForImage(UIImage *image) {
_fileManager
=
[
NSFileManager
new
];
});
#if TARGET_OS_I
PHONE
#if TARGET_OS_I
OS
// Subscribe to app events
[[
NSNotificationCenter
defaultCenter
]
addObserver
:
self
selector
:
@selector
(
clearMemory
)
...
...
Please
register
or
login
to post a comment