diff --git a/RxCocoa/Common/_RXDelegateProxy.h b/RxCocoa/Common/_RXDelegateProxy.h index 718636be..63876d2f 100644 --- a/RxCocoa/Common/_RXDelegateProxy.h +++ b/RxCocoa/Common/_RXDelegateProxy.h @@ -10,7 +10,7 @@ @interface _RXDelegateProxy : NSObject -@property (nonatomic, assign, readonly) id _forwardToDelegate; +@property (nonatomic, weak, readonly) id _forwardToDelegate; -(void)_setForwardToDelegate:(id)forwardToDelegate retainDelegate:(BOOL)retainDelegate;