Steve Kargl <sgk@troutmask.apl.washington.edu> wrote: > ... > deallocate(string) ! Fix valgrind I would agree in the case where 'string' had the pointer attribute. But with allocatables, valgrind should be seeing the memory block as 'still reachable'. Walter