AFNetworking/Example/Classes
Evan Long b681971116 The allocation for the shared client could occur twice resulting in a leak. Two
threads could pass the nil check. One would acquire the lock and create the
sharedClient. The second thread would eventually get the lock and also acquire
a sharedClient.
2011-09-15 00:58:41 -07:00
..
Controllers Updating Example project to match AFNetworking changes 2011-08-03 11:32:51 -05:00
Models Updating Example project to match AFNetworking changes 2011-08-03 11:32:51 -05:00
Views Porting over changes for 0.3.0 release 2011-07-27 15:14:15 -05:00
AFGowallaAPIClient.h Removing AFURLCache, using NSURLCache instead 2011-06-02 15:16:17 -05:00
AFGowallaAPIClient.m The allocation for the shared client could occur twice resulting in a leak. Two 2011-09-15 00:58:41 -07:00