X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fext4%2Fxattr.c;h=03e9bebba1989ef20263fbd1656959b764927b03;hb=386fa69f4702754c71cb9db9aa431edc676d690d;hp=c081e34f717f6903492acd3c4bc92d26dc888e7e;hpb=2dd1cb5a7ea7aa0d3f7f36baa48aae3725655647;p=karo-tx-linux.git diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c index c081e34f717f..03e9bebba198 100644 --- a/fs/ext4/xattr.c +++ b/fs/ext4/xattr.c @@ -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;