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

◆ unref()

void fl::Referent::unref ( )
inline

Definition at line 62 of file referent.h.

62 {
63 if (--mRefCount == 0) {
64 delete this;
65 }
66 }
int mRefCount
Definition referent.h:78

References mRefCount.