> On May 7, 2015, at 10:04 PM, Steve Kargl <sgk@troutmask.apl.washington.edu> wrote: > > Valgrind is broken here. As the program is exiting, > there is no need for the program to deallocate the > memory. On termination, the OS will reclaim the > memory. Thanks for the quick reply! Damian