Version 2 (modified by 12 years ago) ( diff ) | ,
---|
SUBROUTINE DeAllocFields (NodeInfo Info)
Click here to view the v166 source.
Deallocates memory assigned to Info
's pointers. User and scheme fields are handled through calls to DeAllocUserFields() and DeAllocSchemeFields(), respectively. Note that this subroutine is different from NullifyPointers() int that function just sets the pointers in Info
to null
; if other pointers point to the same addresses, then those addresses remain intact. In contrast, DeAllocFields() actually deallocates the memory blocks pointed to by Info
's pointers, so that anything pointing to the same address is now pointing to null
.
INCLUDES:
None.
USES:
None.
Note:
See TracWiki
for help on using the wiki.