X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Ftransformations.c;h=51fddb197e2fa2fe4642c99b8bc15730f247847e;hb=5d9d2b2ae7d49240f3438e4f3c40ac1f276e31fb;hp=e5542b882e94a4b3d928078c546ef67cc02c6d5f;hpb=b0bf9b1b0f727fafac4296a048e3f45db5936f81;p=pspp-builds.git diff --git a/src/data/transformations.c b/src/data/transformations.c index e5542b88..51fddb19 100644 --- a/src/data/transformations.c +++ b/src/data/transformations.c @@ -25,7 +25,6 @@ #include #include -#include #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); }