Skip to content

Commit 6018294

Browse files
author
Aidan Lee
committed
Add missing free zone exit call
1 parent 2ce4afa commit 6018294

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/hx/thread/CountingSemaphore.win32.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ void hx::thread::CountingSemaphore_obj::acquire()
3434
hx::ExitGCFreeZone();
3535
hx::Throw(HX_CSTRING("Failed to wait for semaphore"));
3636
}
37+
38+
hx::ExitGCFreeZone();
3739
}
3840

3941
void hx::thread::CountingSemaphore_obj::release()

0 commit comments

Comments
 (0)