donotturnoff / aerend

My third year project
0 stars 0 forks source link

Fix occasional heap-buffer-overflow when closing server #99

Closed donotturnoff closed 2 years ago

donotturnoff commented 2 years ago

Sometimes there is a heap-buffer-overflow (or some other memory corruption error) on shutdown, because one thread is trying to access events from another thread which has joined.

donotturnoff commented 2 years ago

This appears to be fixed after having removed the extra event dispatch thread