@ -623,7 +623,7 @@ TSRM_API int shmget(int key, int size, int flags)
shm = shm_get(key, NULL);
if (!shm) {
UnmapViewOfFile(shm_handle);
UnmapViewOfFile(info_handle);
return -1;
}
shm->segment = shm_handle;