udbListEntityFree

Description

Free the list of entities that was returned from udbLibraryFilterEntity(), udbListEntity(), or udbListEntityFilter().

Syntax

#include “udb/udb.h” 
void  udbListEntityFree(UdbEntity *list) 

Arguments

Argument
Description
UdbEntity *list
Specify entity list to free

Return Values

There are no function return values.

Example Usage

udbListEntityFilter(list, kinds, &newlist, &size);  
...
udbListEntityFree(newlist);  

See Also

udbListEntity

udbListEntityFilter

udbLibraryListFree


Scientific Toolworks, Inc.
http://www.scitools.com