ping**(5./7.) [patch, fortran] Fix memory leak on deallocation

2020-06-12 Thread Thomas König
In the meantime, here is a patch which fixes a regression I introduced when fixing a regression with a memory leak.  The important thing here is to realize that we do not need to finalize (and deallocate) multiple times for the same expression and the same component in the same namespace.  It m

[patch, fortran] Fix memory leak on deallocation

2020-06-07 Thread Thomas König
Hello world, Our finalization handling is a mess. Really, we should get to try and get this fixed for gcc 11. In the meantime, here is a patch which fixes a regression I introduced when fixing a regression with a memory leak. The important thing here is to realize that we do not need to finali