GPUImageVideoCamera 'frameRenderingSemaphore' leaked #1681
Closed
Comments
Are you using cocoapods. I found #1748 due to a similar issue. The workaround is to have a local podspec which says the minimum is 6.0 or 7.0. |
@atishay811 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I worked with ARC and Xcode Version 5.1.1 (5B1008), With the tool of Instruments leak, i just found there's a leak after GPUImageVideoCamera's released.
But I don't know why the
frameRenderingSemaphore
is leaked.In my opinion,
frameRenderingSemaphore
is under control of ARC, afterGPUImageVideoCamera
'sdealloc
method been called. theframeRenderingSemaphore
should be released safety.Is there anybody could finger it out? Thanks.
The text was updated successfully, but these errors were encountered: