perf symbols: Set dso->kernel when handling the fake vmlinux MMAP event
[deliverable/linux.git] / ipc / msg.c
index 085bd58f2f07a348746f917dc491031f3f1c19af..af42ef8900a6418e3dce715316800e1bbb6da4df 100644 (file)
--- a/ipc/msg.c
+++ b/ipc/msg.c
@@ -125,6 +125,7 @@ void msg_init_ns(struct ipc_namespace *ns)
 void msg_exit_ns(struct ipc_namespace *ns)
 {
        free_ipcs(ns, &msg_ids(ns), freeque);
+       idr_destroy(&ns->ids[IPC_MSG_IDS].ipcs_idr);
 }
 #endif
 
This page took 0.026847 seconds and 5 git commands to generate.