void gui_vfslist_destroy ( struct gui_vfslist gv  ) 

Deallocate a gui_vfslist.

Definition at line 243 of file gui_vfslist.c.

00244 {
00245         if (gv->win != NULL)
00246                 delwin(gv->win);
00247         g_slice_free(struct gui_vfslist, gv);
00248 }

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:38 2010 for herrie by  doxygen 1.6.3