mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-05 10:17:23 +00:00
seccomp: /sseccomp_notif_free/seccomp_notify_free/g
Align with upstream libseccomp. Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
1f51fc702b
commit
9965620643
@ -1286,7 +1286,7 @@ void lxc_seccomp_free(struct lxc_seccomp *seccomp)
|
||||
#if HAVE_DECL_SECCOMP_NOTIF_GET_FD
|
||||
close_prot_errno_disarm(seccomp->notifier.notify_fd);
|
||||
close_prot_errno_disarm(seccomp->notifier.proxy_fd);
|
||||
seccomp_notif_free(seccomp->notifier.req_buf, seccomp->notifier.rsp_buf);
|
||||
seccomp_notify_free(seccomp->notifier.req_buf, seccomp->notifier.rsp_buf);
|
||||
seccomp->notifier.req_buf = NULL;
|
||||
seccomp->notifier.rsp_buf = NULL;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user