Android: Don't check ref count when releasing PeerConnectionInterface

BUG=webrtc:8043

Review-Url: https://codereview.webrtc.org/3010433002
Cr-Commit-Position: refs/heads/master@{#19539}
This commit is contained in:
magjed 2017-08-26 05:57:20 -07:00 committed by Commit Bot
parent 09f3f6eb26
commit 7eb4082a66

View File

@ -62,7 +62,7 @@ JNI_FUNCTION_DECLARATION(void,
JNIEnv*,
jclass,
jlong j_p) {
CHECK_RELEASE(reinterpret_cast<webrtc::PeerConnectionInterface*>(j_p));
reinterpret_cast<webrtc::PeerConnectionInterface*>(j_p)->Release();
}
JNI_FUNCTION_DECLARATION(void,