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

Method free

src/opencl_kde_depth_packet_processor.cpp:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 virtual void free(Buffer *b)
134 {
135 if(b == NULL)
136 return;
137 release_opencl(static_cast<OpenCLKdeBuffer *>(b));
138 delete b;
139 }
140};
141
142class OpenCLKdeFrame: public Frame

Callers 1

~OpenCLKdeFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected