| 9.4.4 Step 4: Finish Up | ![[ToC]](toc.png)  ![[Index]](index.png)  ![[Skip Back]](skipback.png)  ![[Skip Fwd]](skipfwd.png)  ![[Prev]](prev.png)  ![[Up]](up.png)  ![[Next]](next.png)  | 
All that's left to do is free the node, update the count, and return the deleted item:
362. <Step 4: Finish up after TRB deletion 362> = tree->trb_alloc->libavl_free (tree->trb_alloc, p); tree->trb_count–; return (void *) item;
This code is included in 349.