Skip to content
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

fix xcode12 dangling pointer warning #37

Merged
merged 1 commit into from Oct 14, 2020
Merged

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.

None yet

2 participants