The features described in this topic are obsolete
and should not be used in new IDL code.
free_idl_variable
Syntax
Description
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)
Parameters
var
The address of the varinfo_t structure that contains the information about the variable to be freed.
Return Value
None