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

◆ bitmapDestroy()

void fl::third_party::SoftwareGifDecoder::bitmapDestroy ( nsgif_bitmap_t * bitmap)
staticprivate

Definition at line 323 of file software_decoder.cpp.hpp.

323 {
324 if (bitmap) {
325 delete static_cast<GifBitmap*>(bitmap);
326 }
327}

References FL_NOEXCEPT.