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
@vitoziv
I faced this problem in the project I'm working on.
After I create CIImage, it prevents VideoComposition from releasing from the memory, causing the memory leak.
let url = Bundle.main.url(forResource: "overlay", withExtension: "jpg")!
let image = CIImage(contentsOf: url)!
let resource = ImageResource(image: image, duration: CMTime.init(seconds: 5, preferredTimescale: 600))
Any suggestions?
The text was updated successfully, but these errors were encountered:
dx777
changed the title
Potential memory leak ?
CIImage Memory leak
May 6, 2021
@vitoziv
I faced this problem in the project I'm working on.
After I create CIImage, it prevents VideoComposition from releasing from the memory, causing the memory leak.
Any suggestions?
The text was updated successfully, but these errors were encountered: