remove mako temp shared memory file

This commit is contained in:
QA Hoang 2021-11-08 17:54:32 -08:00
parent 86ea63d1da
commit 6cf0f8121d
1 changed files with 1 additions and 0 deletions

View File

@ -2818,6 +2818,7 @@ failExit:
if (shmfd) {
close(shmfd);
shm_unlink(shmpath);
unlink(shmpath);
}
return 0;