diff options
-rw-r--r-- | security/apparmor/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/apparmor/mount.c b/security/apparmor/mount.c index 5cc5de062fc8..fa64a2db3aec 100644 --- a/security/apparmor/mount.c +++ b/security/apparmor/mount.c @@ -719,6 +719,7 @@ int aa_pivotroot(struct aa_label *label, const struct path *old_path, aa_put_label(target); goto out; } + aa_put_label(target); } else /* already audited error */ error = PTR_ERR(target); |