KernelSU is a security module that provides a secure environment for Android applications by implementing the seccomp filter. However, there is an issue where KernelSU does not release seccomp filters correctly when escalating privileges, which might lead to a memory leak. The user has provided steps to reproduce the issue and the expected behavior when the issue is resolved. Unfortunately, there are no screenshots or logs provided to further diagnose the problem. The device information includes a Mi 13 with MIUI 14.0.31, KernelSU version v1.0.5, and a kernel version of 5.15.167. The user has confirmed that they have searched for existing issues and know how to reproduce the issue, which may not be specific to their device. The user suggests that when disabling seccomp, the seccomp filter bpf reference should be cleared, so that the /proc/$PROC/status shows NoNewPrivs: 0, Seccomp: 0, Seccomp_filters: 0. The user has not provided additional context at this time.