| 9.4.4 Step 4: Finish Up | 
 
 
   
 
 
   
 
 
 
 | 
All that's left to do is free the node, update the count, and return the deleted item:
364. <Step 4: Finish up after TRB deletion 364> = tree->trb_alloc->libavl_free (tree->trb_alloc, p); tree->trb_count--; return (void *) item;
This code is included in 351.