svm: Close client shm fd
[vpp.git] / src / svm / ssvm.c
index f93f40d..e404906 100644 (file)
@@ -183,6 +183,7 @@ re_map_it:
       return SSVM_API_ERROR_MMAP;
     }
   sh->client_pid = getpid ();
+  close (ssvm_fd);
   return 0;
 }