]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - resize/test_extent.c
tests: skip running long test with "make check" and add "make fullcheck"
[thirdparty/e2fsprogs.git] / resize / test_extent.c
index fa3f5052ce1c0ca16d9a1e7742138c76f391ba3c..60aa08f3577e6b9a67784d9ef605b150df2ffa6e 100644 (file)
@@ -109,6 +109,8 @@ void do_test(FILE *in, FILE *out)
                } else
                        fputs("# Syntax error\n", out);
        }
+       if (extent)
+               ext2fs_free_extent_table(extent);
 }
 
 #ifdef __GNUC__