Skip to content

Commit 42faf41

Browse files
prevent retain circle
1 parent 8774aef commit 42faf41

File tree

1 file changed

+1
-1
lines changed
  • webrtc-socketio-ios/NewRTC

1 file changed

+1
-1
lines changed

webrtc-socketio-ios/NewRTC/Peer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@property (nonatomic) NSString *ID;
1919
@property (nonatomic) NSInteger endPoint;
2020

21-
@property (nonatomic) WebRTCClient *webRTCClient;
21+
@property (nonatomic, weak) WebRTCClient *webRTCClient;
2222

2323
@property (nonatomic) RTCAudioTrack *defaultAudioTrack;
2424

0 commit comments

Comments
 (0)