Lines Matching refs:destroy
107 struct live_images *top, **lip, *destroy = NULL;
117 destroy = *lip;
118 *lip = destroy->next; /* unlink DESTROY */
120 if (destroy->this_size != sizeof (*destroy)) /* sanity check */
129 if (destroy != NULL)
131 if (destroy->destructor != NULL)
132 (*destroy->destructor) (destroy);
133 free (destroy);