|
Obsolete IDL Features: Obsolete Remote Procedure Calls |
|
void free_idl_var(varinfo_t* var);
This function frees all dynamic memory associated with the given variable. Attempts to free a static variable are silently ignored. (See Notes on Variable Creation and Memory Management)
The address of the varinfo_t structure that contains the information about the variable to be freed.
None
IDL Online Help (March 06, 2007)