Skip to content

Commit

Permalink
I think this will fix the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Nov 2, 2023
1 parent 9b1cace commit 9b66dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/windows/ipc_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ struct aws_ipc_util_instance_lock *aws_ipc_util_instance_lock_try_acquire(
"static: Lock %s is already acquired by another instance",
(const char *)nonce_buf.buffer,
(void *)mutex);
CloseHandle(mutex);
aws_byte_buf_clean_up(&nonce_buf);
return NULL;
}
Expand Down

0 comments on commit 9b66dd5

Please sign in to comment.