Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

Deallocating Data Structures containing Allocated sub-structures

mattsdad
Beginner
463 Views
When deallocating data sStructures containing allocated sub-structures, does Intel Fortran automatically deallocate the sub-sutructures or woul that action cause a memory leak?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
463 Views
Yes, allocatable components will be deallocated automatically.
0 Kudos
Reply