renamed pspp_linreg_coeff to pspp_coeff
[pspp-builds.git] / src / data / transformations.c
index e5542b882e94a4b3d928078c546ef67cc02c6d5f..51fddb197e2fa2fe4642c99b8bc15730f247847e 100644 (file)
@@ -25,7 +25,6 @@
 #include <stdlib.h>
 
 #include <libpspp/str.h>
-#include <procedure.h>
 
 #include "xalloc.h"
 
@@ -106,6 +105,7 @@ trns_chain_destroy (struct trns_chain *chain)
           if (trns->free != NULL) 
             ok = trns->free (trns->aux) && ok;
         }
+      free (chain->trns);
       free (chain);
     }