X-Git-Url: https://git.llucax.com/z.facultad/75.06/jacu.git/blobdiff_plain/a9564429c158d89dfc16a0ba3f2df2993de1d12f..36bc6edbde4e6e82d6b946543c7cdb4e5c2af287:/otros/mtf/main.c diff --git a/otros/mtf/main.c b/otros/mtf/main.c index 71d7404..7dd8ef5 100644 --- a/otros/mtf/main.c +++ b/otros/mtf/main.c @@ -1,5 +1,7 @@ #include #include "mtf.h" +#include +#include int main(int argc, char *argv[] ) { @@ -18,7 +20,7 @@ int main(int argc, char *argv[] ) printf("%d ", pos[i]); printf("\n"); - free(z); + /* XXX free(z); <-- NUNCA SE USA! */ free(pos); return 0;