Toggle navigation
Toggle navigation
This project
Loading...
Sign in
尹诚
/
Mapbox-iOS-SDK
·
Commits
Go to a project
GitLab
Go to dashboard
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
Email Patches
Plain Diff
Browse Files
Authored by
Hal Mueller
2009-03-02 02:13:35 +0000
Commit
371bc9611a439a3b8219f63355e51829c5a73ad5
1 parent
85bd99cc
Deleted double-retain in RMFileTileImage.m to close Issue 51.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MapView/Map/RMFileTileImage.m
MapView/Map/RMFileTileImage.m
View file @
371bc96
...
...
@@ -42,7 +42,7 @@
image = CGImageCreateWithPNGDataProvider (provider, NULL, true, kCGRenderingIntentDefault);
*/
image
=
[[
UIImage
alloc
]
initWithContentsOfFile
:
file
];
[
image
retain
];
//
[image retain];
// [self setImageToData:data];
return
self
;
...
...
Please
register
or
login
to post a comment