Fix cppcheck 1.64 warnings
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gpp_atomtype.c
index ca66a1f85c4d6670fb1575de9d5e50d331cbf152..aa30dff10f54c0da16b26f5c247452cdea1bbb26 100644 (file)
@@ -370,7 +370,6 @@ void done_atomtype(gpp_atomtype_t ga)
     sfree(ga->atomnumber);
     ga->nr = 0;
     sfree(ga);
-    ga = NULL;
 }
 
 static int search_atomtypes(gpp_atomtype_t ga, int *n, int typelist[],