This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, Fortran, committed] free gfc_code of EXEC_END_PROCEDURE


Am 22.08.2012 00:26, schrieb Tobias Burnus:

I think we should join in an try to remove some leakage - and try to not
introduce new ones.

What about using C++ constructors/destructors that allocate/deallocate the necessary memory? This should simplify the code for memory allocation a lot.

Thomas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]