[gmx-developers] memory leak in topio.c

Andy Somogyi andy.somogyi at gmail.com
Fri Jun 15 18:06:07 CEST 2012


Hi,

Pretty sure I found a memory leak in topio.c, line 550, 

cpp_opts allocates a new char** array, this is passed directly to cpp_open_file and it is never freed.

Note, I have not valgrind'ed it yet, its an easy fix I'll test next week or so.


More information about the gromacs.org_gmx-developers mailing list