Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
from before "if(x) free(x)".
This commit is contained in:
@@ -371,7 +371,6 @@ errcode_t ext2fs_image_bitmap_read(ext2_filsys fs, int fd, int flags)
|
||||
|
||||
retval = 0;
|
||||
errout:
|
||||
if (buf)
|
||||
free(buf);
|
||||
free(buf);
|
||||
return (retval);
|
||||
}
|
||||
|
Reference in New Issue
Block a user