SessionDescriptionObserver::OnSuccess takes ownership of the description, but it doesn't use a unique_ptr, so the JNI code was neglecting to delete it. BUG=webrtc:7680 Review-Url: https://codereview.webrtc.org/2886263003 Cr-Commit-Position: refs/heads/master@{#18200}