|
Developer Documentation |
|||||||||
| prev file | next file | ||||||||||
| SUMMARY: fields | routine DETAILS: routine | ||||||||||
./toolbox data_free.pro
| DATA_FREE |
procedure DATA_FREE, data_struct |
Free the data pointer in a data structure. This should only be used when the data structure is no longer necessary since it leaves the data pointer in an invalid state.
| Parameters | |
|
data_struct |
The struct to free. |