We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88a93f commit 33a6dbeCopy full SHA for 33a6dbe
android/src/main/java/com/cloudwebrtc/webrtc/SurfaceTextureRenderer.java
@@ -134,6 +134,7 @@ public void surfaceDestroyed() {
134
final CountDownLatch completionLatch = new CountDownLatch(1);
135
releaseEglSurface(completionLatch::countDown);
136
ThreadUtils.awaitUninterruptibly(completionLatch);
137
+ surface = null;
138
}
139
140
// Update frame dimensions and report any changes to |rendererEvents|.
0 commit comments