Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
from before "if(x) free(x)".
This commit is contained in:
@@ -88,8 +88,7 @@ void blkid_put_cache(blkid_cache cache)
|
||||
}
|
||||
blkid_free_tag(tag);
|
||||
}
|
||||
if (cache->bic_filename)
|
||||
free(cache->bic_filename);
|
||||
free(cache->bic_filename);
|
||||
|
||||
free(cache);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user