fix leak in romfs_fill_super()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -544,6 +544,7 @@ error:
|
|||||||
error_rsb_inval:
|
error_rsb_inval:
|
||||||
ret = -EINVAL;
|
ret = -EINVAL;
|
||||||
error_rsb:
|
error_rsb:
|
||||||
|
kfree(rsb);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user