mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #387] [MERGED] Fix memory leak due to strong reference of controller #617
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#617
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/387
Author: @Econa77
Created: 6/30/2017
Status: ✅ Merged
Merged: 6/30/2017
Merged by: @phimage
Base:
master← Head:feature/fix-leak📝 Commits (1)
1db6538Fix memory leak due to strong reference of controller📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
Sources/OAuthSwiftURLHandlerType.swift(+4 -4)📄 Description
SafariURLHandler strongly referenced the UIViewController and was not released. so fixed it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.