kernel: fix free kmem err

This commit is contained in:
weishu
2022-12-14 16:41:47 +07:00
parent c6300ccf94
commit fc497546cc

View File

@@ -108,8 +108,6 @@ static int execve_handler_pre(struct kprobe *p, struct pt_regs *regs) {
escape_to_root(false); escape_to_root(false);
} }
putname(filename);
return 0; return 0;
} }