ethanmoffat / etheos

[Eth]an's [E]ndless [O]nline [S]erver - fork of eoserv project
zlib License
13 stars 8 forks source link

Fix double-free bug in weddings #75

Closed Cirras closed 1 year ago

Cirras commented 1 year ago

Deleting a timer event in the middle of Timer::Tick is probably a bad idea.

I have not tested this change.