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

Commit 6913f288 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ext4: fix memory leak in xattr"

parents 72080138 052c8ea1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1350,6 +1350,8 @@ retry:
				    s_min_extra_isize) {
					tried_min_extra_isize++;
					new_extra_isize = s_min_extra_isize;
					kfree(is); is = NULL;
					kfree(bs); bs = NULL;
					goto retry;
				}
				error = -1;