Whamcloud - gitweb
libext2fs: Add ext2_off64_t type
[tools/e2fsprogs.git] / debugfs / icheck.c
index 2f880c0..4b090a9 100644 (file)
@@ -161,8 +161,7 @@ void do_icheck(int argc, char **argv)
 
 error_out:
        free(bw.barray);
-       if (block_buf)
-               free(block_buf);
+       free(block_buf);
        if (scan)
                ext2fs_close_inode_scan(scan);
        return;