Nick Lockwood 6a4b83c16f Fixed retain cycle that caused RCTModuleMethods to leak
Summary:
Some of the log statements inside argument blocks in RCTModuleMethod were directly accessing ivars, thereby causing a retain cycle that retained the class. I've fixed this by making the access explicit via weakSelf.
2015-08-03 08:46:52 -08:00
..
2015-07-10 08:31:21 -08:00
2015-06-22 06:56:43 -08:00
2015-03-26 06:32:01 -07:00
2015-06-22 08:17:09 -08:00
2015-05-20 18:26:36 -08:00
2015-07-31 11:33:22 -08:00
2015-07-31 11:33:22 -08:00
2015-03-26 06:32:01 -07:00
2015-03-26 06:32:01 -07:00
2015-07-20 09:52:31 -08:00
2015-07-27 01:18:40 -08:00