-
- Downloads
Delete one-shot events before running the callback.
If a callback deletes the one-shot event that invoked it, the event pointer in the caller would be to free()d memory with hilarious results.
Please register or sign in to comment
If a callback deletes the one-shot event that invoked it, the event pointer in the caller would be to free()d memory with hilarious results.