Skip to content
Snippets Groups Projects
Commit 10e41156 authored by rswindell's avatar rswindell
Browse files

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.
parent 99e82c9e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment