uNetworking / uSockets

Miniscule cross-platform eventing, networking & crypto for async applications
Apache License 2.0
1.29k stars 267 forks source link

nullptr access in us_internal_loop_unlink #220

Closed scalpel4k closed 9 months ago

scalpel4k commented 9 months ago

Hi,

I'm not 100% sure how to reproduce it, but I think it happens when I create a new instance of a uwebsocket::TemplatedApp and immediately closing it again. I'm also not adding any routes to the instance. I've observed this in unit tests only.

image