You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Brad, GPUImage is a wonderful framework in github.
I profile my app by the leak template of instrument. Then I found some leak from CoreVideo. I found you don't release the CVOpenGLESTextureCacheRef in the dealloc method of GPUImageContext. I release the object, then CVOpenGLESTextureCacheRef will not be leaked.
I don't know it is a bug or not?
The text was updated successfully, but these errors were encountered:
Hi, Brad, GPUImage is a wonderful framework in github.
I profile my app by the leak template of instrument. Then I found some leak from CoreVideo. I found you don't release the CVOpenGLESTextureCacheRef in the dealloc method of GPUImageContext. I release the object, then CVOpenGLESTextureCacheRef will not be leaked.
I don't know it is a bug or not?
The text was updated successfully, but these errors were encountered: