MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / ~VTFrame

Method ~VTFrame

src/vt_rgb_packet_processor.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 ~VTFrame() {
47 CVPixelBufferUnlockBaseAddress(pixelBuffer, 0);
48 CVPixelBufferRelease(pixelBuffer);
49 }
50
51 protected:
52 CVPixelBufferRef lockPixelBuffer(CVPixelBufferRef _pixelBuffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected