Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e32b7bb authored by Al Viro's avatar Al Viro
Browse files

fix leak in romfs_fill_super()



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ef52c75e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -544,6 +544,7 @@ error:
error_rsb_inval:
	ret = -EINVAL;
error_rsb:
	kfree(rsb);
	return ret;
}