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

facebook-ios-sdk v8.2.0 memory leaks #1608

Closed
5 tasks done
hw20101101 opened this issue Jan 11, 2021 · 3 comments
Closed
5 tasks done

facebook-ios-sdk v8.2.0 memory leaks #1608

hw20101101 opened this issue Jan 11, 2021 · 3 comments

Comments

@hw20101101
Copy link

Checklist

Environment

Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:

  • Xcode Version: 12.2
  • Swift Version: 5.3 (if issue is Swift related)
  • Installation Platform & Verison: Cocoapods 1.10.1

Goals

What do you want to achieve?

facebook login

Expected Results

What do you expect to happen?

No memory leaks

Actual Results

What actually happened? Can you provide a stack trace?

Memory leak,I have a screenshot of the detection of Instruments

Steps to Reproduce

What are the steps necessary to reproduce this issue?

Initialize facebook sdk in Appdelegate of oc project

Code Samples & Details

Please provide a code sample, as well as any additional details, to help us track down the issue. If you can provide a link to a test project that allows us to reproduce the issue, this helps us immensely in both the speed and quality of the fix.

Note: Remember to format your code for readability:

// INSERT YOUR CODE HERE

- (BOOL)application:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions
{

    [[FBSDKApplicationDelegate sharedInstance] application:application
                             didFinishLaunchingWithOptions:launchOptions];
    
    return YES;

}

WX20210111-152626@2x



WX20210111-152647@2x

@dourgulf
Copy link

Very much leaks reported by Xcode instrument!

@hhl1809
Copy link

hhl1809 commented Feb 9, 2021

How to solve this issue ? I got much leaks from FBSDK too.

@joesus
Copy link
Contributor

joesus commented Mar 5, 2021

Thanks for bringing this to our attention!

Glad to announce the fixes for these have been merged and we plan to release them in 9.1.0.

757bbec
b35383a
0673198

Thanks!

@joesus joesus closed this as completed Mar 5, 2021
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

No branches or pull requests

4 participants