X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fsecurity%2Fapparmor%2Fapparmorfs.c;fp=kernel%2Fsecurity%2Fapparmor%2Fapparmorfs.c;h=9068369f8a1bc18b49e346bea2959473a078dbf4;hb=52f993b8e89487ec9ee15a7fb4979e0f09a45b27;hp=ad4fa49ad1db23a70dfa16751a9c7f8ec006e854;hpb=c189ccac5702322ed843fe17057035b7222a59b6;p=kvmfornfv.git diff --git a/kernel/security/apparmor/apparmorfs.c b/kernel/security/apparmor/apparmorfs.c index ad4fa49ad..9068369f8 100644 --- a/kernel/security/apparmor/apparmorfs.c +++ b/kernel/security/apparmor/apparmorfs.c @@ -331,6 +331,7 @@ static int aa_fs_seq_hash_show(struct seq_file *seq, void *v) seq_printf(seq, "%.2x", profile->hash[i]); seq_puts(seq, "\n"); } + aa_put_profile(profile); return 0; }