-
- Downloads
Fixed handle leak in Win32 build: output_sem was being created as both an
Event and a Semaphore (using sem_init). output_sem is now initialized immediately in sbbs_t::init() so if init() fails, the semaphore can be destroyed without causing a segfault.
Loading
Please register or sign in to comment