Removed 'Written by' line
[pspp-builds.git] / src / math / linreg / linreg.c
index 3b5b50dd5c2d0f8a756fa5005c510f7625a760a9..6bd450a1a9b3ecfe3833e0e11e6015ea43e83665 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2005 Free Software Foundation, Inc. Written by Jason H. Stover.
+   Copyright (C) 2005 Free Software Foundation, Inc. 
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -189,6 +189,7 @@ pspp_linreg_cache_free (void *m)
        {
          pspp_coeff_free (c->coeff[i]);
        }
+      free (c->coeff);
       free (c);
     }
   return true;