diff --git a/AUTHORS b/AUTHORS index 07b726980..abe78142d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -14,6 +14,7 @@ Jie Mao Luke Weber Manish Jethani Martin Storsjo +Matthias Liebig Pali Rohar Paul Kapustin Rafael Lopez Diez diff --git a/talk/app/webrtc/objc/RTCPeerConnection.mm b/talk/app/webrtc/objc/RTCPeerConnection.mm index 925de7339..7767f7619 100644 --- a/talk/app/webrtc/objc/RTCPeerConnection.mm +++ b/talk/app/webrtc/objc/RTCPeerConnection.mm @@ -68,6 +68,7 @@ class RTCCreateSessionDescriptionObserver [_delegate peerConnection:_peerConnection didCreateSessionDescription:session error:nil]; + delete desc; } virtual void OnFailure(const std::string& error) OVERRIDE {