X-Git-Url: https://git.llucax.com/z.facultad/75.06/jacu.git/blobdiff_plain/827a184ea907acf9b2b2d72d89ab67572728e11e..0e2f6af6947a3915d2ba95e013ed0d81ab49fbd0:/src/mtf/mtf.c diff --git a/src/mtf/mtf.c b/src/mtf/mtf.c index b59f128..5bf5b39 100644 --- a/src/mtf/mtf.c +++ b/src/mtf/mtf.c @@ -32,6 +32,7 @@ unsigned char *jacu_mtf(unsigned char *datos, int len, unsigned char **_z, int * pop_front(z, pos[i]); } (*z_len) = size; + free(z); return pos; }