BluesZhang / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

Standalone authentication caused CFNetwork leaks on iPhone #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
  Please see the attached stack trace. A number of CFNetwork leaks keep
reoccurring but can't identify the cause. 

Original issue reported on code.google.com by zhoudi...@gmail.com on 14 Jan 2010 at 12:32

Attachments:

GoogleCodeExporter commented 9 years ago
NSURLCache node allocations which probably are kept around by NSURLConnection 
to be reused. Probably not leaks, and in any case, not a library issue unless 
the connection object itself is leaked.

Original comment by gregrobbins on 5 Nov 2010 at 1:54