X Tutup
Skip to content

fix xcode12 dangling pointer warning#37

Merged
merlos merged 1 commit intomerlos:masterfrom
hvbommel:fixDangling
Oct 14, 2020
Merged

fix xcode12 dangling pointer warning#37
merlos merged 1 commit intomerlos:masterfrom
hvbommel:fixDangling

Conversation

@hvbommel
Copy link
Contributor

Xcode12 gives a "Dangling Pointer" warning in ../Classes/DiskCache/String+DiskCache.swift . I fixed it by a small code change and removing redundant code.

@merlos
Copy link
Owner

merlos commented Oct 14, 2020

@hvbommel Awesome! Many thanks! This is one of those things I had pending to research. I could not figure out how to get rid of the warning last time I tried...

@merlos merlos merged commit a47f263 into merlos:master Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup