diff --git a/[refs] b/[refs] index ade39cdfe6c5..48951383a7b0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ad98457aa545bc4d03d417da86325507aa586ec +refs/heads/master: 9a66a53f558efc2619a438278d2919b3c9a7f673 diff --git a/trunk/kernel/auditsc.c b/trunk/kernel/auditsc.c index bdfb580a067b..dc5e3f01efe7 100644 --- a/trunk/kernel/auditsc.c +++ b/trunk/kernel/auditsc.c @@ -658,8 +658,7 @@ static void audit_log_task_context(struct audit_buffer *ab) return; error_path: - if (ctx) - kfree(ctx); + kfree(ctx); audit_panic("error in audit_log_task_context"); return; }