BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.23k stars 4.61k forks source link

GPUImageMovieWriter memory leak #2427

Open pengxun523 opened 7 years ago

pengxun523 commented 7 years ago

I run "SimpleVideoFileFilter" project ,found use GPUImageMovieWriter Writing the video Have a memory leak。 Through this code instead: // _movieWriterContext = [[GPUImageContext alloc] init]; _movieWriterContext = [GPUImageContext sharedImageProcessingContext]; // [_movieWriterContext useSharegroup:[[[GPUImageContext sharedImageProcessingContext] context] sharegroup]]; same have a memory leak.