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

◆ ~Frame()

fl::Frame::~Frame ( )
override

Definition at line 23 of file frame.cpp.

23 {
24 if (mRgb) {
25 LargeBlockDeallocate(mRgb.release());
26 }
27}
fl::scoped_array< CRGB > mRgb
Definition frame.h:43
void LargeBlockDeallocate(void *ptr)
Definition allocator.cpp:50

References fl::LargeBlockDeallocate(), and mRgb.

+ Here is the call graph for this function: