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:
parent
09f3f6eb26
commit
7eb4082a66
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user