Skip to content

Commit

Permalink
Update AgoraRenderView.swift
Browse files Browse the repository at this point in the history
fix commandQueue and vertexBuffer not reusable bug
  • Loading branch information
echooj authored and PRWrl committed Dec 17, 2020
1 parent 7da2431 commit 87a01b2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ extension AgoraRenderView: AgoraVideoSinkProtocol {
vertexBuffer = nil
#if os(macOS) || (os(iOS) && (!arch(i386) && !arch(x86_64)))
metalView.delegate = nil
textureCache = nil
#endif
commandQueue = nil
semaphore.signal()
}

Expand Down

0 comments on commit 87a01b2

Please sign in to comment.