On Mon, 2020-08-03 at 17:56 +0200, Domingo Alvarez Duarte wrote: > Hello ! > > Changing the file src/env/env.h like this: > > [...] > > We get several messages of invalid use of memory like: > > [...] >
Some internal routines may call glp_alloc/free directly (i.e. not via macroses), and some routines may use info stored by glp_alloc/free in memory blocks, so it is not a good idea to make changes of such kind.
