fix: Fix NullPointerException in VideoPipeline.removeRecordingSessionOutputSurface (#2453)

This commit is contained in:
Marc Rousavy 2024-01-29 18:59:12 +01:00 committed by GitHub
parent 6d3a3c3c2f
commit bdbcf05d14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,6 @@ class VideoPipeline(
frameProcessor = null frameProcessor = null
recordingSession = null recordingSession = null
surfaceTexture.release() surfaceTexture.release()
mHybridData.resetNative()
} }
} }