Commit 0640a0d9 authored by John Johansen's avatar John Johansen Committed by Tim Gardner

Revert "UBUNTU: SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read"

BugLink: http://bugs.launchpad.net/bugs/1379535

This reverts commit b3df5394a0650d4135f465e3b94c0d6325f3e830.
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 7e972668
......@@ -490,7 +490,6 @@ 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_label(label);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment