ideashower / ShareKit

Drop in sharing features for all iPhone and iPad apps
http://getsharekit.com
1.79k stars 375 forks source link

Memory leak #278

Open mnifield opened 13 years ago

mnifield commented 13 years ago

The problem is i get 5 warnings when i compile and where you try a use facebook you get a 2048 bytes general block memory leak. I really want to include this module in my app.

  1. /ShareKit/Core/Helpers/OAuth/Crytpo/hmac.c:37: warning: no previous prototype for 'hmac_sha1'
  2. /ShareKit/Sharers/Services/Facebook/FBConnect/FBConnectGlobal.m:24: warning: no previous prototype for 'RetainNoOp'
  3. /ShareKit/Sharers/Services/Facebook/FBConnect/FBConnectGlobal.m:25: warning: no previous prototype for 'ReleaseNoOp'
  4. /ShareKit/Sharers/Services/Facebook/FBConnect/FBConnectGlobal.m:30: warning: no previous prototype for 'FBCreateNonRetainingArray'
  5. /ShareKit/Sharers/Services/Facebook/FBConnect/FBConnectGlobal.m:38: warning: no previous prototype for 'FBIsDeviceIPad'

Do you have any ideas what the issue might? I'm a bit puzzled as I have an iphone app and the same app as an ipad version, but but the iphone is the only one with issues.

xvonabur commented 13 years ago

Same problem with 'FBIsDeviceIPad'. Any suggestions?

mnifield commented 13 years ago

Yea i had to go back to an older version of my app and reimport all the sharekit stuff, i have no clue what caused the issue.

And no one had any suggestions

:(

Sorry