remove mako temp shared memory file
This commit is contained in:
parent
86ea63d1da
commit
6cf0f8121d
|
@ -2818,6 +2818,7 @@ failExit:
|
||||||
if (shmfd) {
|
if (shmfd) {
|
||||||
close(shmfd);
|
close(shmfd);
|
||||||
shm_unlink(shmpath);
|
shm_unlink(shmpath);
|
||||||
|
unlink(shmpath);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue