MCPcopy Create free account
hub / github.com/FastLED/FastLED / freeFrameData

Function freeFrameData

src/platforms/wasm/js_bindings.cpp.hpp:152–156  ·  view source on GitHub ↗

* Pure C++ Memory Management Function * Frees frame data allocated by getFrameData() */

Source from the content-addressed store, hash-verified

150 * Frees frame data allocated by getFrameData()
151 */
152EMSCRIPTEN_KEEPALIVE void freeFrameData(void* data) {
153 if (data) {
154 fl::free(data);
155 }
156}
157
158/**
159 * Frame Version Function

Callers

nothing calls this directly

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected