FastLED 3.9.15
Loading...
Searching...
No Matches

◆ lzw_context_destroy()

void fl::third_party::lzw_context_destroy ( struct lzw_ctx * ctx)

Destroy an LZW decompression context.

Parameters
[in]ctxThe LZW decompression context to destroy.

Definition at line 116 of file lzw.cpp.hpp.

117{
118 fl::Free(ctx);
119}
void Free(void *ptr)

References FL_NOEXCEPT, and fl::Free().

Referenced by nsgif_destroy().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: