CVPixelBufferRelease
Releases a pixel buffer.
Declaration
extern void CVPixelBufferRelease(CVPixelBufferRef texture);Parameters
- texture:
The pixel buffer that you want to release.
Discussion
This function is equivalent to CFRelease, but is NULL safe.