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

◆ unref()

void fl::WeakReferent::unref ( )
inline

Definition at line 20 of file referent.h.

20 {
21 if (--mRefCount == 0) {
22 destroy();
23 }
24 }

References destroy(), and mRefCount.

+ Here is the call graph for this function: