From 6cf0f8121da70768df9b5095d4c5538011ee8777 Mon Sep 17 00:00:00 2001 From: QA Hoang Date: Mon, 8 Nov 2021 17:54:32 -0800 Subject: [PATCH] remove mako temp shared memory file --- bindings/c/test/mako/mako.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/c/test/mako/mako.c b/bindings/c/test/mako/mako.c index 3cbbd7d50f..050d1279fb 100644 --- a/bindings/c/test/mako/mako.c +++ b/bindings/c/test/mako/mako.c @@ -2818,6 +2818,7 @@ failExit: if (shmfd) { close(shmfd); shm_unlink(shmpath); + unlink(shmpath); } return 0;