Re: [PATCH, Fortran, pr79230, v1] [7 Regression] [OOP] Run time error: double free or corruption

2017-02-05 Thread Andre Vehreschild
Hi Paul, thanks for the review. Committed as r245191. Regards, Andre On Sat, 4 Feb 2017 17:03:25 + Paul Richard Thomas wrote: > Hi Andre, > > This looks fine to me - OK for trunk. > > Thanks > > Paul > > On 4 February 2017 at 11:59, Andre Vehreschild wrote: > > Hi all, > > > >

Re: [PATCH, Fortran, pr79230, v1] [7 Regression] [OOP] Run time error: double free or corruption

2017-02-04 Thread Paul Richard Thomas
Hi Andre, This looks fine to me - OK for trunk. Thanks Paul On 4 February 2017 at 11:59, Andre Vehreschild wrote: > Hi all, > > attached patch fixes a regression when a polymorphic pointer component was > present. The results was a double free. The attached patch fixes this, by not > caring ab

[PATCH, Fortran, pr79230, v1] [7 Regression] [OOP] Run time error: double free or corruption

2017-02-04 Thread Andre Vehreschild
Hi all, attached patch fixes a regression when a polymorphic pointer component was present. The results was a double free. The attached patch fixes this, by not caring about freeing pointer components as part of gfortran's memory management, i.e., the programmer has to take care about freeing/disa