skriyaz7 / oauthconsumer

Automatically exported from code.google.com/p/oauthconsumer
0 stars 0 forks source link

Memory bug - block over-retained #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the unit tests. The bug appears intermittently.  

What is the expected output? What do you see instead?
Unit tests crash. See attached output. 

What version of the product are you using? On what operating system?
Revision 1241, Xcode 3.2, Mac OS X 10.6.4

Please provide any additional information below.

Original issue reported on code.google.com by jlstrec...@gmail.com on 25 Oct 2010 at 5:42

Attachments:

GoogleCodeExporter commented 8 years ago
you should be able to fix this by doing :
 if ( [NSGarbageCollector defaultCollector] == nil ) CFRelease(keychain);

Original comment by val...@gmail.com on 22 Feb 2011 at 5:14